summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-10-09 23:48:34 +0000
committerMichael Liao <michael.liao@intel.com>2012-10-09 23:48:34 +0000
commit7208fae969225fd7915a7ecb9a98ef751dec7e69 (patch)
treed984e93fd8fb9d29a372285f6a691f94cc928bd9 /.gitignore
parente61e516a51f1211c1385a3043523552f4e56003d (diff)
Add extra vim swap file pattern
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165569 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4e9e1376143..24628309dca 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
*.pyc
# vim swap files
.*.swp
+.sw?
#==============================================================================#
# Explicit files to ignore (only matches one).