diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:52:31 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:52:31 +0300 |
commit | 097e1211a00238cb6b36c9bc49b2f8182bc8eb1d (patch) | |
tree | 658aeca7c5667ccfc133e43b86b749b509367aaf /.gitignore | |
parent | 54bc7449d034b6df12e5a3416905d9d3b9daf697 (diff) |
Regularize .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,10 @@ +.bdep/ + # Compiler/linker output. # *.d +*.t +*.i *.ii *.o *.obj @@ -9,6 +13,8 @@ *.a *.lib *.exp +*.pdb +*.ilk *.exe *.exe.dlls/ *.exe.manifest |