summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 7f0ff4081b..86fd8cc3e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -51,8 +51,8 @@ confdefs.h
stage0
stage1
stage2
-_build
-_validatebuild
+# Ignore _build, _validatebuild and any other custom build directories headed by _
+_*
*/generated/
*/ghc-stage1
.shake.*