aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore5
-rw-r--r--build/.gitignore2
-rw-r--r--tests/build/.gitignore2
3 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6463c36..03d423d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
+.bdep/
+
# Compiler/linker output.
#
*.d
+*.t
*.i
*.ii
*.o
@@ -10,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/