Browse Source

Update C.gitignore

Added .la and .lo library extensions
eugpermar 11 năm trước cách đây
mục cha
commit
f9ccfcb1e4
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      C.gitignore

+ 2 - 0
C.gitignore

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