diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-19 16:04:29 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-19 16:08:13 +0200 |
commit | 296b8f1baef2e6c88a418bbc5ac8b1ced111c745 (patch) | |
tree | 5dbed61ab43220aca8297ba0e7a16710a5826da1 /.gitignore | |
parent | 470def9a98a89ead3d162af9ea4dabb28a58dfed (diff) | |
download | haskell-296b8f1baef2e6c88a418bbc5ac8b1ced111c745.tar.gz |
Add libraries/ghci/GNUmakefile to .gitignore [skip ci]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ff87375adc..cd556d54d5 100644 --- a/.gitignore +++ b/.gitignore @@ -132,6 +132,7 @@ _darcs/ /libraries/ghc-boot-th/GNUmakefile /libraries/ghc-boot-th/ghc-boot-th.cabal /libraries/ghc-boot-th/ghc.mk +/libraries/ghci/GNUmakefile /libraries/ghci/ghci.cabal /libraries/ghci/ghc.mk /libraries/haddock-util.js |