diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:57:07 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:57:07 +0300 |
commit | 34108d2884f382bc9fc1e2c8090484f444522a89 (patch) | |
tree | 4b424ac2c6ca0332eeddc15f37ac1f23b75668fb /.gitignore | |
parent | 299f9682a4a2df434d0e61e73780fd2555afa1b8 (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 |