From 5706d11d311760ef13d32616b46da060e0f35141 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 May 2018 09:27:26 +0200 Subject: Update .gitignore files (bdep support) --- .gitignore | 2 ++ build/.gitignore | 2 ++ tests/build/.gitignore | 3 +++ 3 files changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 8e592f8..ea49522 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.bdep/ + # Compiler/linker output. # *.d 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..9d51838 100644 --- a/tests/build/.gitignore +++ b/tests/build/.gitignore @@ -1 +1,4 @@ config.build +root/ +bootstrap/ + -- cgit v1.1