mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
Update C.gitignore
Added .la and .lo library extensions
This commit is contained in:
parent
1c2b2a56bb
commit
f9ccfcb1e4
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@
|
||||||
# Libraries
|
# Libraries
|
||||||
*.lib
|
*.lib
|
||||||
*.a
|
*.a
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
|
||||||
# Shared objects (inc. Windows DLLs)
|
# Shared objects (inc. Windows DLLs)
|
||||||
*.dll
|
*.dll
|
||||||
|
|
Loading…
Add table
Reference in a new issue