hide versioned libraries from git

This commit is contained in:
Jameson Nash 2014-01-13 01:14:22 -05:00
parent a076418c8b
commit 4689cf133e
1 changed files with 3 additions and 3 deletions

6
.gitignore vendored
View File

@ -1,6 +1,6 @@
*.o
*~
*.a
*.dll
*.so
*.dylib
*.dll*
*.so*
*.dylib*