diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:48:55 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:48:55 +0300 |
commit | a2f5f473a0b1eb4cb9959f0302a1163d15ed91c7 (patch) | |
tree | 0a5f780865b2897ceb899d9ca03ec6892c6fbef4 /.gitignore | |
parent | 58b45a7078b5b526f5b6879cfa606d8f0601fedc (diff) |
Regularize .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -3,6 +3,8 @@ # Compiler/linker output. # *.d +*.t +*.i *.ii *.o *.obj @@ -11,6 +13,8 @@ *.a *.lib *.exp +*.pdb +*.ilk *.exe *.exe.dlls/ *.exe.manifest |