[commit: ghc] master: Add more ignorance (2691104)
Simon Peyton Jones
simonpj at microsoft.com
Tue Apr 19 12:49:32 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/2691104be21d42ed5c0e6b3eb83da3f8eab231c9
>---------------------------------------------------------------
commit 2691104be21d42ed5c0e6b3eb83da3f8eab231c9
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Apr 19 11:41:42 2011 +0100
Add more ignorance
>---------------------------------------------------------------
.gitignore | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index bbcff22..692b31f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,12 @@ config.status
configure
# -----------------------------------------------------------------------------
+# Ignore any overlapped darcs repos and back up files
+
+*-darcs-backup*
+_darcs/
+
+# -----------------------------------------------------------------------------
# sub-repositories
/ghc-tarballs/
@@ -79,9 +85,7 @@ configure
/bindist-list
/bindistprep/
/bindisttest/HelloWorld
-/bindisttest/a/
-/bindisttest/install\ dir/
-/bindisttest/output
+/bindisttest/
/ch01.html
/ch02.html
/compiler/cmm/CmmLex.hs
@@ -119,8 +123,12 @@ configure
/docs/users_guide/users_guide.xml
/docs/users_guide/users_guide/
/docs/users_guide/what_glasgow_exts_does.gen.xml
+/driver/ghc/dist/
+/driver/haddock/dist/
/driver/ghci/ghc-pkg-inplace
/driver/ghci/ghci-inplace
+/driver/ghci/dist/
+/driver/ghci/ghci.res
/driver/mangler/dist/ghc-asm
/driver/mangler/dist/ghc-asm.prl
/driver/package.conf
@@ -150,6 +158,8 @@ configure
/libffi/package.conf.inplace
/libffi/package.conf.inplace.raw
/libffi/stamp*
+/libffi/package.conf.install
+/libffi/package.conf.install.raw
/libraries/bin-package-db/GNUmakefile
/libraries/bin-package-db/ghc.mk
/libraries/bootstrapping.conf
@@ -185,6 +195,8 @@ configure
/rts/package.conf.inplace.raw
/rts/sm/Evac_thr.c
/rts/sm/Scav_thr.c
+/rts/package.conf.install
+/rts/package.conf.install.raw
/stage3.package.conf
/testsuite_summary.txt
/testlog
@@ -218,3 +230,4 @@ configure
/utils/runghc/runhaskell
/utils/runstdtest/runstdtest
/utils/unlit/unlit
+
More information about the Cvs-ghc
mailing list