diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2017-11-21 18:26:16 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-11-21 21:11:16 -0500 |
commit | dad9864211a87bb23ae6efe0a2dd56f0eaa85601 (patch) | |
tree | e79992bd24b8c3848ceca1290a200732d074f38b /.gitignore | |
parent | 8a8a79aa722bf6cbe352bdf972f8d2d1726ee7dc (diff) | |
download | haskell-dad9864211a87bb23ae6efe0a2dd56f0eaa85601.tar.gz |
Remove hadrian sub-dir from .gitignore
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D4206
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7115798000..67eea8a29f 100644 --- a/.gitignore +++ b/.gitignore @@ -49,7 +49,6 @@ stage0 stage1 stage2 _build -hadrian # ----------------------------------------------------------------------------- # Ignore any overlapped darcs repos and back up files |