diff options
author | Michael Liao <michael.liao@intel.com> | 2012-10-09 23:48:58 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-10-09 23:48:58 +0000 |
commit | 196f35e0bde0dc3f79fb68fda6c25250f56231e9 (patch) | |
tree | beeafc53c5829563bdc1dd8833a7e0d9a5616196 /.gitignore | |
parent | a8235d6c4093cd38dcf742909651f867de62e55b (diff) |
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-- | .gitignore | 1 |
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). |