diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,11 +1,16 @@ # Compiler/linker output. # +*.d *.o -*.o.d +*.obj *.so +*.dll *.a -*.l -*.l.cpp-options +*.lib +*.exp +*.exe +*.exe.dlls/ +*.exe.manifest # Generated documentation. # |