diff options
author | Michael Liao <michael.liao@intel.com> | 2012-10-09 23:48:34 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2012-10-09 23:48:34 +0000 |
commit | 7208fae969225fd7915a7ecb9a98ef751dec7e69 (patch) | |
tree | d984e93fd8fb9d29a372285f6a691f94cc928bd9 /.gitignore | |
parent | e61e516a51f1211c1385a3043523552f4e56003d (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-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4e9e137614..24628309dc 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ *.pyc # vim swap files .*.swp +.sw? #==============================================================================# # Explicit files to ignore (only matches one). |