Explorar el Código

Merge pull request #1125 from eugpermar/master

Update C.gitignore: Added .la and .lo library extensions from GNU libtool
Carl Suster hace 11 años
padre
commit
f0be1d0ed2
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

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