diff options
author | Tamar Christina <tamar@zhox.com> | 2017-02-01 10:20:03 +0000 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2017-02-01 10:20:22 +0000 |
commit | 4fa439e3ee2822f893bd364a6cbfe410a0c1e29f (patch) | |
tree | fd31872acf43ad8ebdfdf7092c00b04113e56324 /.gitignore | |
parent | f66030656f47ed9917d7ec6a5f80b37ec6507396 (diff) | |
download | haskell-4fa439e3ee2822f893bd364a6cbfe410a0c1e29f.tar.gz |
Remove very broad ignore. [ci skip]
Summary:
`.gitignore` contains a very broad ignore entry for `foo*`.
This has bitten us before and should probably be removed.
Reviewers: bgamari, austin
Subscribers: simonpj, thomie
Differential Revision: https://phabricator.haskell.org/D3054
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 7d64a1252f..16071f62a6 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ Thumbs.db *.rej *.patch *.stackdump -foo* *.hi *.hi-boot |