Ignore Vim swap files

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Jakob Stoklund Olesen 2011-05-31 21:54:28 +00:00
parent a9f907912c
commit 7d866044f4

2
.gitignore vendored
View File

@ -15,6 +15,8 @@
*.orig
# Byte compiled python modules.
*.pyc
# vim swap files
.*.swp
#==============================================================================#
# Explicit files to ignore (only matches one).