diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:51:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:51:03 +0300 |
commit | 5077c96f3bde4828fe3ea874f331bada96f5f6ec (patch) | |
tree | 8f0323aa067307a35f1610c800b7cdf1e9b3ed8e /.gitignore | |
parent | ad2f4ee8af479a3825ec8e7c48796c65afe1748a (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 |