Browse Source

Add versioned so, .a, .dylib, .app

Matt Arsenault 13 years ago
parent
commit
1bd40f51ee
1 changed files with 4 additions and 1 deletions
  1. 4 1
      C.gitignore

+ 4 - 1
C.gitignore

@@ -3,12 +3,15 @@
 
 # Libraries
 *.lib
+*.a
 
 # Shared objects (inc. Windows DLLs)
 *.dll
 *.so
+*.so.*
+*.dylib
 
 # Executables
 *.exe
 *.out
-
+*.app