Skip to content

Commit 1750b2b

Browse files
committed
.gitignore: ignore vim swap files
llvm-svn: 254692
1 parent 12315ed commit 1750b2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxxabi/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
__pycache__/
33
*.py[cod]
44

5+
# vim swap files
6+
.*.sw?
7+
.sw?
8+
59
# C extensions
610
*.so
711

0 commit comments

Comments
 (0)