From 2208cf25b884d166a07f06acba27949f0681cf48 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 20 Jun 2018 19:56:05 +0300 Subject: Regularize .gitignore files --- .gitignore | 6 ++++++ build/.gitignore | 2 ++ tests/build/.gitignore | 2 ++ 3 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 7a6b7af..5a9e741 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.1