summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@gmail.com>2014-07-11 16:35:37 +0200
committerDavid Herrmann <dh.herrmann@gmail.com>2014-07-11 16:43:53 +0200
commiteea1aadb5bb3fc121e8f66332249d05e5437debc (patch)
treedc8e264bfa4076b80da01c7660f0d1d0a1369bbb /.gitignore
parentb63c8d4f0364457b0ead8793504012bb7113974f (diff)
gitignore: ignore .swp files
vim places them in the source-tree while editing files. Ignore them.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3cf70065b..31cd8f85d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
*.plist
*.pyc
*.stamp
+*.swp
*.trs
*~
.deps/