diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 20:17:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 20:17:56 +0300 |
commit | 98fd9c8729081139a9942d5f4e8adf2d1754f330 (patch) | |
tree | 11f51c8f74c45b91014309c192957b923163946d /.gitignore | |
parent | c01241b77471ee09fea2c4a5ef97a9e8eae8fb8f (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 |