diff options
author | eugpermar <eupm90@gmail.com> | 2014-06-25 12:42:09 +0200 |
---|---|---|
committer | eugpermar <eupm90@gmail.com> | 2014-06-25 12:42:09 +0200 |
commit | f9ccfcb1e4b87a8ef3e25f4512d1c96275d10d10 (patch) | |
tree | f9a20ffdf00434b0f01a2364fc2a5583a3077911 | |
parent | 1c2b2a56bbfd72f18e956dbee22867e8154d851d (diff) | |
download | gitignore-f9ccfcb1e4b87a8ef3e25f4512d1c96275d10d10.tar.gz gitignore-f9ccfcb1e4b87a8ef3e25f4512d1c96275d10d10.zip |
Update C.gitignore
Added .la and .lo library extensions
-rw-r--r-- | C.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/C.gitignore b/C.gitignore index 4d40434d..c46c9256 100644 --- a/C.gitignore +++ b/C.gitignore @@ -7,6 +7,8 @@ # Libraries *.lib *.a +*.la +*.lo # Shared objects (inc. Windows DLLs) *.dll |