diff options
author | Sebastian Graf <sebastian.graf@kit.edu> | 2022-02-21 13:56:38 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-03-11 19:59:24 -0500 |
commit | a6d8facbbd0cb87374e2afd8a0b908e5cbec399d (patch) | |
tree | 1894273e85bec73978bad386475e9ab339d604ac /.gitignore | |
parent | ab00d23b44f65c2443ade996a322730615870428 (diff) | |
download | haskell-a6d8facbbd0cb87374e2afd8a0b908e5cbec399d.tar.gz |
gitignore all (build) directories headed by _
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
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.* |