Repository : ssh://darcs.haskell.org//srv/darcs/testsuite On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2afdb7c5c3413d8d01230551cc7a4ed9c15893f3 >--------------------------------------------------------------- commit 2afdb7c5c3413d8d01230551cc7a4ed9c15893f3 Author: Manuel M T Chakravarty <[email protected]> Date: Fri Aug 19 11:09:57 2011 +1000 .gitignore >--------------------------------------------------------------- .gitignore | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index e6b8712..6b69bd4 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,15 @@ timeout/dist/ /tests/dph/smvm/dph-smvm /tests/dph/sumnats/dph-sumnats /tests/dph/words/dph-words-fast + +/tests/driver/recomp009/Main +/tests/driver/recomp009/Sub.hs +/tests/plugins/simple-plugin/dist/ +/tests/plugins/simple-plugin/install/ +/tests/plugins/simple-plugin/local.package.conf +/tests/plugins/simple-plugin/setup +/tests/programs/hs-boot/Main +/tests/safeHaskell/check/pkg01/dist/ +/tests/safeHaskell/check/pkg01/install/ +/tests/safeHaskell/check/pkg01/local.db/ +/tests/safeHaskell/check/pkg01/setup \ No newline at end of file _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
