Skip to content

Commit

Permalink
gitignore: add dylib and swp entries
Browse files Browse the repository at this point in the history
  • Loading branch information
kodawah committed Jun 16, 2014
1 parent 711aa2a commit 766f2d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
*.d
*.def
*.dll
*.dylib
*.exe
*.exp
*.gcda
Expand All @@ -14,6 +15,7 @@
*.pdb
*.so
*.so.*
*.swp
*.ver
*-example
*-test
Expand Down

0 comments on commit 766f2d9

Please sign in to comment.