summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2021-01-17 11:26:48 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-01-30 14:12:24 -0500
commit55ef3bdc28681a22ceccf207707c49229f9b7559 (patch)
treed2cc7ebbd4796df1de120fbec8284c55a661a9ce /.gitignore
parent621d8cf7fe0bbfa8893dc739120c7f3b12a6f472 (diff)
downloadhaskell-55ef3bdc28681a22ceccf207707c49229f9b7559.tar.gz
hadrian: Introduce ghci-wrapper package
This wraps the existing GHCi wrapper script (driver/ghci/ghci.c) in a cabal file and adds the package to Hadrian.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a2fd6823e0..1d296980e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -126,6 +126,12 @@ _darcs/
/driver/ghci/ghc-pkg-inplace
/driver/ghci/ghci-inplace
/driver/ghci/ghci.res
+/driver/ghci/cwrapper.c
+/driver/ghci/cwrapper.h
+/driver/ghci/getLocation.c
+/driver/ghci/getLocation.h
+/driver/ghci/isMinTTY.c
+/driver/ghci/isMinTTY.h
/driver/package.conf
/driver/package.conf.inplace.old
/settings