diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 20:23:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 20:23:32 +0300 |
commit | f54941db9bfab5fbc7df9c3204787094dee6aa2f (patch) | |
tree | 631a7910bc7e6b7098ed608fdbb1c34fe88c1d58 /.gitignore | |
parent | 25539ec050844793c629955d5f3f8b5d07efe16f (diff) |
Regularize .gitignore files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,17 +1,20 @@ +.bdep/ + # Compiler/linker output. # *.d +*.t +*.i *.ii *.o *.obj -*.nms -*.pcm -*.ifc *.so *.dll *.a *.lib *.exp +*.pdb +*.ilk *.exe *.exe.dlls/ *.exe.manifest |