diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-07-11 16:35:37 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-07-11 16:43:53 +0200 |
commit | eea1aadb5bb3fc121e8f66332249d05e5437debc (patch) | |
tree | dc8e264bfa4076b80da01c7660f0d1d0a1369bbb /.gitignore | |
parent | b63c8d4f0364457b0ead8793504012bb7113974f (diff) |
gitignore: ignore .swp files
vim places them in the source-tree while editing files. Ignore them.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3cf70065b5..31cd8f85df 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ *.plist *.pyc *.stamp +*.swp *.trs *~ .deps/ |