diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:57:30 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:57:30 +0300 |
commit | 306ac6c7e7c234adf340e0f18fcf0affc3cd6469 (patch) | |
tree | 52b0c31439c3c446fc8415ead1c32fb737251db2 /.gitignore | |
parent | bc1f722b043e654808a95e1d7acb85b86e4aed6a (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 |