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 | |
parent | 25539ec050844793c629955d5f3f8b5d07efe16f (diff) |
Regularize .gitignore files
-rw-r--r-- | .gitignore | 9 | ||||
-rw-r--r-- | build/.gitignore | 2 | ||||
-rw-r--r-- | tests/build/.gitignore | 2 |
3 files changed, 10 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 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/ |