gitignore: add dylib and swp entries

This commit is contained in:
Vittorio Giovara 2014-06-16 01:31:37 -04:00
parent 711aa2a827
commit 766f2d965f
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -3,6 +3,7 @@
*.d *.d
*.def *.def
*.dll *.dll
*.dylib
*.exe *.exe
*.exp *.exp
*.gcda *.gcda
@ -14,6 +15,7 @@
*.pdb *.pdb
*.so *.so
*.so.* *.so.*
*.swp
*.ver *.ver
*-example *-example
*-test *-test