소스 검색

Update C.gitignore

Added .la and .lo library extensions
eugpermar 11 년 전
부모
커밋
f9ccfcb1e4
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

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