diff options
author | Edward Z. Yang <ezyang@cs.stanford.edu> | 2016-11-21 17:09:02 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2016-11-21 17:09:03 -0500 |
commit | 4c0dc768ce8779d50a0c4827534853cfdf258ad3 (patch) | |
tree | a7bd09973ca6e0d82b6882871e94da901a8e003b /.gitignore | |
parent | 514acfe4c4e61941c2fa2e06cff02f6e4424e5e6 (diff) | |
download | haskell-4c0dc768ce8779d50a0c4827534853cfdf258ad3.tar.gz |
Ignore Hadrian build products.
Test Plan: none
Reviewers: austin, snowleopard, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2722
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3c9a2fbcd1..f58d782755 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,13 @@ configure # Temporarily generated configure files confdefs.h +# Hadrian files +stage0 +stage1 +stage2 +_build +hadrian + # ----------------------------------------------------------------------------- # Ignore any overlapped darcs repos and back up files |