diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 20:17:56 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-06-20 20:17:56 +0300 |
commit | 98fd9c8729081139a9942d5f4e8adf2d1754f330 (patch) | |
tree | 11f51c8f74c45b91014309c192957b923163946d | |
parent | c01241b77471ee09fea2c4a5ef97a9e8eae8fb8f (diff) |
Regularize .gitignore files
-rw-r--r-- | .gitignore | 6 | ||||
-rw-r--r-- | build/.gitignore | 2 |
2 files changed, 8 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 diff --git a/build/.gitignore b/build/.gitignore index 225c27f..4a730a3 100644 --- a/build/.gitignore +++ b/build/.gitignore @@ -1 +1,3 @@ config.build +root/ +bootstrap/ |