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 | aeb9a9d66650b55b6b3a39db2b3c8b88367cb306 (patch) | |
tree | 3ee71be63dd5a317fe5ca77e31fd193a1a75449d | |
parent | 48e2e4140b8e5aacdfd107a1215f21c9632c81c8 (diff) |
Minor fixes and cleanups
-rw-r--r-- | .gitignore | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,7 +1,13 @@ # Compiler/linker output. # -*.o *.d +*.o +*.obj *.so +*.dll *.a -core +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest |