[commit: ghc] master: integer-gmp: tweak gitignore. (708062b)
git at git.haskell.org
git at git.haskell.org
Sat Jul 12 21:18:30 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/708062b54d85163410a48e80ebb863be4fe21854/ghc
>---------------------------------------------------------------
commit 708062b54d85163410a48e80ebb863be4fe21854
Author: Austin Seipp <austin at well-typed.com>
Date: Sat Jul 12 16:18:03 2014 -0500
integer-gmp: tweak gitignore.
Auditors: hvr
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
708062b54d85163410a48e80ebb863be4fe21854
.gitignore | 3 ---
libraries/integer-gmp/.gitignore | 3 +++
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index b71afec..99bf3a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -150,6 +150,3 @@ _darcs/
.tm_properties
VERSION
-
-/libraries/integer-gmp/gmp/gmp.h
-/libraries/integer-gmp/gmp/gmpbuild/
diff --git a/libraries/integer-gmp/.gitignore b/libraries/integer-gmp/.gitignore
index 295f5b2..4e7da36 100644
--- a/libraries/integer-gmp/.gitignore
+++ b/libraries/integer-gmp/.gitignore
@@ -11,3 +11,6 @@
/include/HsIntegerGmp.h
/integer-gmp.buildinfo
/mkGmpDerivedConstants/dist/
+
+/gmp/gmp.h
+/gmp/gmpbuild
More information about the ghc-commits
mailing list