summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-31 21:54:28 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-05-31 21:54:28 +0000
commit7d866044f4a6c32af1bba2d31a7c8c09b6f7fb6e (patch)
tree6fd9d2e93e70e60587618111af3adc9f526b6242 /.gitignore
parenta9f907912c1c615321117b86e761080595e4fccf (diff)
Ignore Vim swap files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2e2713a48ae..d7dcc54d080 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,6 +15,8 @@
*.orig
# Byte compiled python modules.
*.pyc
+# vim swap files
+.*.swp
#==============================================================================#
# Explicit files to ignore (only matches one).