Repository : ssh://darcs.haskell.org//srv/darcs/packages/containers On branch : master
http://hackage.haskell.org/trac/ghc/changeset/3f572a0eb8e17825dac35c08f01accb9cd4b8f26 >--------------------------------------------------------------- commit 3f572a0eb8e17825dac35c08f01accb9cd4b8f26 Author: Johan Tibell <[email protected]> Date: Thu Nov 17 14:23:04 2011 -0800 Update .gitignore >--------------------------------------------------------------- .gitignore | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 6682606..e5d3f99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ -^dist(/|$) -^setup(/|$) -^GNUmakefile$ -^Makefile.local$ -^.depend(.bak)?$ +*.hi +*.o +*.p_hi +*.prof +*.tix +/.hpc/* +/dist/* _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
