diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:51:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 19:51:42 +0300 |
commit | 0a030cbd59938f2dcfffedcdc2893a727335682f (patch) | |
tree | 283c3b82c9a96be25e08682704e30828be1e1c59 /.gitignore | |
parent | 2dcf7748eca236a87c602833abb4de50a66be834 (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 |