diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:53:03 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:53:03 +0300 |
commit | a8748c587b45922ac6b2b4ab6c7e8b88f47a2d73 (patch) | |
tree | a8555d3896eb342cd8ae2924971a5c31d91e3784 /.gitignore | |
parent | 89f2410ba614b5a6dab78ef5250fbf833e503657 (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 |