[commit: packages/hoopl] master: Ignore GNUmakefile, which GHC build system produces. (67dff9a)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:37:34 UTC 2017


Repository : ssh://git@git.haskell.org/hoopl

On branch  : master
Link       : http://git.haskell.org/packages/hoopl.git/commitdiff/67dff9a7db8e103d379068df0323bbc97452e769

>---------------------------------------------------------------

commit 67dff9a7db8e103d379068df0323bbc97452e769
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date:   Sat Aug 6 13:55:20 2016 -0700

    Ignore GNUmakefile, which GHC build system produces.
    
    Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>


>---------------------------------------------------------------

67dff9a7db8e103d379068df0323bbc97452e769
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index eefe95e..87f98a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,6 +2,9 @@
 *.bak
 *~
 
+# GHC build system produces these
+GNUmakefile
+
 dist
 dist-install
 dist-boot



More information about the ghc-commits mailing list