diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -1,9 +1,25 @@ +.bdep/ + # Compiler/linker output. # +*.d +*.t +*.i +*.ii *.o -*.o.d +*.obj *.so +*.dll *.a +*.lib +*.exp +*.pdb +*.ilk +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc + *.l *.l.cpp-options |