diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:43:23 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:43:23 +0300 |
commit | e93731470f80956428beb52b6baabb0aaaea86d4 (patch) | |
tree | 8cfa663fa6aa69b993d9ec5ba737232ecd505db2 /.gitignore | |
parent | 9fcd9687814f12770487d03dd0a61d42fc6ad693 (diff) |
Regularize .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,7 +1,11 @@ +.bdep/ + # Compiler/linker output. # *.d +*.t *.i +*.ii *.o *.obj *.so @@ -9,6 +13,8 @@ *.a *.lib *.exp +*.pdb +*.ilk *.exe *.exe.dlls/ *.exe.manifest |