diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:44:25 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:44:25 +0300 |
commit | 42edfe162fc31ee9e55152563336b202e8c6e855 (patch) | |
tree | 5fa02aacf0d2e7d4c51dfcfb6bc4ef8f879920bf /.gitignore | |
parent | e01dfb62b6bd59ec59484636a5de4df91d379cc3 (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 |