Repository : ssh://darcs.haskell.org//srv/darcs/haddock On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/6c4bdbc92048cb4369c43de0d1b35b2105595958 >--------------------------------------------------------------- commit 6c4bdbc92048cb4369c43de0d1b35b2105595958 Author: Simon Hengel <[email protected]> Date: Sun Oct 14 11:49:28 2012 +0200 Add /tests/html-tests/output/ to .gitignore >--------------------------------------------------------------- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 7fcbdc3..4e8faa6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /dist/ +/tests/html-tests/output/ /doc/haddock _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
