Browse Source

hide versioned libraries from git

Jameson Nash 11 years ago
parent
commit
4689cf133e
1 changed files with 3 additions and 3 deletions
  1. 3 3
      .gitignore

+ 3 - 3
.gitignore

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