1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00

Merge pull request #1125 from eugpermar/master

Update C.gitignore: Added .la and .lo library extensions from GNU libtool
This commit is contained in:
Carl Suster 2014-06-27 22:44:46 +10:00
commit f0be1d0ed2

View File

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