summaryrefslogtreecommitdiff
path: root/compiler/GHC/Tc
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2021-01-31 08:51:19 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-02-01 14:05:31 -0500
commit5464845a012bf174cfafe03aaeb2e47150e7efb5 (patch)
treed2132dcea672bb45fdb0345cc72d3cd38069e7b3 /compiler/GHC/Tc
parentd4bcd37f15a59cea22fbaef280cd85cac20872bf (diff)
downloadhaskell-5464845a012bf174cfafe03aaeb2e47150e7efb5.tar.gz
Add driver/ghci/ghci-wrapper.cabal to .gitignore
After commit 55ef3bdc28681a22ceccf207707c49229f9b7559, running `./configure` now generates a `driver/ghci/ghci-wrapper.cabal` file from `driver/ghci/ghci-wrapper.cabal.in`, which pollutes the `git` tree: ``` $ git status On branch master Your branch is up to date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) driver/ghci/ghci-wrapper.cabal nothing added to commit but untracked files present (use "git add" to track) ``` Since `driver/ghci/ghci-wrapper.cabal` is autogenerated, the sensible thing to do is to add it to `.gitignore`. While I was in town, I also added the standard `*.in` file disclaimer to `driver/ghci/ghci-wrapper.cabal.in`. [ci skip]
Diffstat (limited to 'compiler/GHC/Tc')
0 files changed, 0 insertions, 0 deletions