summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2015-06-17 02:21:35 +0000
committerSean Silva <chisophugis@gmail.com>2015-06-17 02:21:35 +0000
commitbcf948a7d03776453f1e5a0db1b6e29bb0b7edc3 (patch)
tree4d1dfeb461742d82da7119b018b4279ae0f30063 /.gitignore
parentdbc8c32dde18a4611afe51c281ceefd2201e6b89 (diff)
downloadclang-bcf948a7d03776453f1e5a0db1b6e29bb0b7edc3.tar.gz
[.gitignore] ignore vim swap files harder
This matches the patterns for vim swap files in llvm/.gitignore git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239875 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 6c34e37f4c..3d07e81baf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,7 @@
# Byte compiled python modules.
*.pyc
# vim swap files
-.*.swp
+.*.sw?
.sw?
#==============================================================================#