diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-05-31 21:54:28 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-05-31 21:54:28 +0000 |
commit | 7d866044f4a6c32af1bba2d31a7c8c09b6f7fb6e (patch) | |
tree | 6fd9d2e93e70e60587618111af3adc9f526b6242 /.gitignore | |
parent | a9f907912c1c615321117b86e761080595e4fccf (diff) |
Ignore Vim swap files
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132365 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2e2713a48a..d7dcc54d08 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ *.orig # Byte compiled python modules. *.pyc +# vim swap files +.*.swp #==============================================================================# # Explicit files to ignore (only matches one). |