diff options
author | Michael Liao <michael.liao@intel.com> | 2015-01-30 21:59:28 +0000 |
---|---|---|
committer | Michael Liao <michael.liao@intel.com> | 2015-01-30 21:59:28 +0000 |
commit | ed16028786295798ae8f4823331aebcd95825c39 (patch) | |
tree | 78e2100bf3633475913d1ebefe6dd913c1b54a3e /.gitignore | |
parent | a032778dcf9072df6aca23909241ddd28997aa69 (diff) |
Add one more vim swap file pattern
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227620 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 1f3f1a9520c..7109373b7f8 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ # Byte compiled python modules. *.pyc # vim swap files -.*.swp +.*.sw? .sw? #OS X specific files. .DS_store |