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