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 | ec0f0db8821366f3240c4f922bd29620396bd7cd (patch) | |
tree | 9c6b684c8d3aa82073e15d74055c127c284e16c5 | |
parent | 3fe470e7a34609e6bd33c2183b2b845ecd74db68 (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 |