diff options
author | Ben Gamari <ben@smart-cactus.org> | 2021-02-09 13:02:13 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-02-14 03:35:44 -0500 |
commit | 72f230837ef166d4c931621b484471090d5338f6 (patch) | |
tree | 51547e796a7f2fbdeba346da32393bd2e2003070 /.gitignore | |
parent | ee77148ede2c51d99cad75da9d4097c892f8017d (diff) | |
download | haskell-72f230837ef166d4c931621b484471090d5338f6.tar.gz |
ghc-in-ghci: Drop it
isovector recently noticed that it is broken and regardless it is
superceded by `hadrian/ghci`.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index aa47ad2953..c1be9cbfa7 100644 --- a/.gitignore +++ b/.gitignore @@ -224,11 +224,6 @@ GIT_COMMIT_ID *.run # ----------------------------------------------------------------------------- -# Output of ghc-in-ghci - -/.ghci-objects/ - -# ----------------------------------------------------------------------------- # ghc.nix ghc.nix/ |