[commit: ghc] master: Update integer-gmp's .gitignore file (c6a31d2)
git at git.haskell.org
git at git.haskell.org
Tue Apr 22 10:04:30 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/c6a31d2d53f45ce0432296196340d0400d921eb7/ghc
>---------------------------------------------------------------
commit c6a31d2d53f45ce0432296196340d0400d921eb7
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Tue Apr 22 10:21:13 2014 +0200
Update integer-gmp's .gitignore file
Note: the .gitignore pattern rules are not that obvious
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
c6a31d2d53f45ce0432296196340d0400d921eb7
libraries/integer-gmp/.gitignore | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
diff --git a/libraries/integer-gmp/.gitignore b/libraries/integer-gmp/.gitignore
index 48e9d5e..295f5b2 100644
--- a/libraries/integer-gmp/.gitignore
+++ b/libraries/integer-gmp/.gitignore
@@ -1,12 +1,13 @@
-GNUmakefile
-autom4te.cache/
-config.log
-config.status
-configure
-dist-install/
-^/ghc.mk
-gmp/config.mk
-integer-gmp.buildinfo
-cbits/GmpDerivedConstants.h
-cbits/mkGmpDerivedConstants
-include/HsIntegerGmp.h
+/autom4te.cache/
+/cbits/GmpDerivedConstants.h
+/cbits/mkGmpDerivedConstants
+/config.log
+/config.status
+/configure
+/dist-install/
+/ghc.mk
+/gmp/config.mk
+/GNUmakefile
+/include/HsIntegerGmp.h
+/integer-gmp.buildinfo
+/mkGmpDerivedConstants/dist/
More information about the ghc-commits
mailing list