Commit f0be1d0e authored by Carl Suster's avatar Carl Suster

Merge pull request #1125 from eugpermar/master

Update C.gitignore: Added .la and .lo library extensions from GNU libtool
parents 1c2b2a56 f9ccfcb1
...@@ -7,6 +7,8 @@ ...@@ -7,6 +7,8 @@
# Libraries # Libraries
*.lib *.lib
*.a *.a
*.la
*.lo
# Shared objects (inc. Windows DLLs) # Shared objects (inc. Windows DLLs)
*.dll *.dll
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment