diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-04-22 09:54:09 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-04-22 09:55:14 +0200 |
commit | bb857596d1f09260908a0dd4f05cc25c2e822c4c (patch) | |
tree | e927c38baf9f86eebb42fd3d09f5e86a813d3349 /.gitignore | |
parent | 4842dde46b28b2c48fc65003b27403a4ed7acfcd (diff) | |
download | haskell-bb857596d1f09260908a0dd4f05cc25c2e822c4c.tar.gz |
Adapt .gitignore (re #8545)
This adapts the top-level .gitignore file to match the new situation of
base.git, ghc-prim.git, integer-gmp.git, integer-simple.git, and
template-haskell.git being folded into ghc.git
Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index e60382bd1b..93fb88153d 100644 --- a/.gitignore +++ b/.gitignore @@ -48,26 +48,21 @@ _darcs/ /ghc-tarballs/ /libffi-tarballs/ /libraries/array/ -/libraries/base/ /libraries/deepseq/ /libraries/directory/ /libraries/dph/ /libraries/extensible-exceptions/ /libraries/filepath/ -/libraries/ghc-prim/ /libraries/haskell2010/ /libraries/haskell98/ /libraries/hoopl/ /libraries/hpc/ -/libraries/integer-gmp/ -/libraries/integer-simple/ /libraries/mtl/ /libraries/old-locale/ /libraries/old-time/ /libraries/parallel/ /libraries/process/ /libraries/stm/ -/libraries/template-haskell/ /libraries/unix/ /libraries/utf8-string/ /nofib/ |