Commit 766f2d96 authored by Vittorio Giovara's avatar Vittorio Giovara

gitignore: add dylib and swp entries

parent 711aa2a8
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
*.d *.d
*.def *.def
*.dll *.dll
*.dylib
*.exe *.exe
*.exp *.exp
*.gcda *.gcda
...@@ -14,6 +15,7 @@ ...@@ -14,6 +15,7 @@
*.pdb *.pdb
*.so *.so
*.so.* *.so.*
*.swp
*.ver *.ver
*-example *-example
*-test *-test
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment