.gitignore: ignore vim swap files
llvm-svn: 254692
This commit is contained in:
parent
12315edf03
commit
1750b2ba89
4
libcxxabi/.gitignore
vendored
4
libcxxabi/.gitignore
vendored
@ -2,6 +2,10 @@
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# vim swap files
|
||||
.*.sw?
|
||||
.sw?
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user