[commit: packages/directory] master: Add GHC build files to .gitignore (2f0c937)

git at git.haskell.org git at git.haskell.org
Fri Dec 18 09:52:32 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/2f0c9377f0538011529fe43c3995e6718177cd66/directory

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

commit 2f0c9377f0538011529fe43c3995e6718177cd66
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Sat Aug 29 15:07:56 2015 +0200

    Add GHC build files to .gitignore


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

2f0c9377f0538011529fe43c3995e6718177cd66
 .gitignore | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.gitignore b/.gitignore
index 815a547..ad4e1bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,8 @@ dist/
 include/HsDirectoryConfig.h
 include/HsDirectoryConfig.h.in
 *~
+
+# In GHC build tree:
+GNUmakefile
+dist-install
+ghc.mk



More information about the ghc-commits mailing list