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
*.def
*.dll
*.dylib
*.exe
*.exp
*.gcda
@ -14,6 +15,7 @@
*.pdb
*.so
*.so.*
*.swp
*.ver
*-example
*-test