diff options
Diffstat (limited to 'C.gitignore')
-rw-r--r-- | C.gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/C.gitignore b/C.gitignore index 4d113a7a..0331bbbd 100644 --- a/C.gitignore +++ b/C.gitignore @@ -3,13 +3,15 @@ # Libraries *.lib +*.a # Shared objects (inc. Windows DLLs) *.dll *.so +*.so.* *.dylib # Executables *.exe *.out - +*.app |