From 63916698b7ffcc5848a31cce84b8949d667c2bec Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 20 Jun 2018 19:41:59 +0300 Subject: Regularize .gitignore files --- .gitignore | 6 ++++++ build/.gitignore | 2 ++ test/build/.gitignore | 2 ++ 3 files changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 19c7b69..c3de2e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,11 @@ +.bdep/ + # Compiler/linker output. # *.d +*.t *.i +*.ii *.o *.obj *.so @@ -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/test/build/.gitignore b/test/build/.gitignore index 225c27f..4a730a3 100644 --- a/test/build/.gitignore +++ b/test/build/.gitignore @@ -1 +1,3 @@ config.build +root/ +bootstrap/ -- cgit v1.1