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 | 8bdf75596de37b0e6d9e33fff27f2431af1175da (patch) | |
tree | 9a95d17f0d4a79ed62809e438340626b06f6e8d6 /.gitignore | |
parent | dbbad54d8df13014a698196c6ff50acba4d4f093 (diff) |
Minor fixes and cleanups
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,8 +1,13 @@ # Compiler/linker output. # -*.o *.d +*.o +*.obj *.so +*.dll *.a +*.lib +*.exp *.exe -core +*.exe.dlls/ +*.exe.manifest |