summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMichael Liao <michael.liao@intel.com>2012-10-09 23:48:58 +0000
committerMichael Liao <michael.liao@intel.com>2012-10-09 23:48:58 +0000
commit196f35e0bde0dc3f79fb68fda6c25250f56231e9 (patch)
treebeeafc53c5829563bdc1dd8833a7e0d9a5616196 /.gitignore
parenta8235d6c4093cd38dcf742909651f867de62e55b (diff)
downloadclang-196f35e0bde0dc3f79fb68fda6c25250f56231e9.tar.gz
Add extra vim swap file pattern
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165570 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 b906ab919c..6be9976262 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
*.pyc
# vim swap files
.*.swp
+.sw?
#==============================================================================#
# Explicit files to ignore (only matches one).