Browse Source

Update C.gitignore

Added .la and .lo library extensions
eugpermar 11 years ago
parent
commit
f9ccfcb1e4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

@@ -7,6 +7,8 @@
 # Libraries
 *.lib
 *.a
+*.la
+*.lo
 
 # Shared objects (inc. Windows DLLs)
 *.dll