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 | 993442fc249acf663d1d603aef4adf91b41d8f68 (patch) | |
tree | 6f923449cf4ffe3c89da3565d8b4853e2a654532 | |
parent | 0711277d9186f3626920552977abfe2097d6b1de (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 |