diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-22 16:21:14 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-22 16:21:14 +0200 |
commit | bac0750048650cc2d28b39461ef9d80f439ab94b (patch) | |
tree | 09bf5dac81b899c76fd858815d8edca1d41437de /.gitignore | |
parent | 4d79758a845d3cd64f0153d60abb88d3ae4c2a68 (diff) |
Minor fixes and cleanups
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,9 +1,13 @@ # Compiler/linker output. # -*.o *.d +*.o +*.obj *.so +*.dll *.a +*.lib +*.exp *.exe -*.dll -core +*.exe.dlls/ +*.exe.manifest |