[commit: ghc] master: Add the bootstrapping/ dir to .gitignore (884bd21)
git at git.haskell.org
git at git.haskell.org
Wed Aug 2 20:16:03 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/884bd21a917f607b5a44e038e06f78d0b765ea63/ghc
>---------------------------------------------------------------
commit 884bd21a917f607b5a44e038e06f78d0b765ea63
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Wed Aug 2 16:12:03 2017 -0400
Add the bootstrapping/ dir to .gitignore
Summary: This is generated when building `ghc-cabal`.
Reviewers: hvr, bgamari, austin
Subscribers: rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D3813
>---------------------------------------------------------------
884bd21a917f607b5a44e038e06f78d0b765ea63
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 073c5a3..f2d4be5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,6 +92,7 @@ _darcs/
/bindistprep/
/bindisttest/HelloWorld
/bindisttest/
+/bootstrapping/
/ch01.html
/ch02.html
/compiler/dist/
More information about the ghc-commits
mailing list