diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-08-02 16:12:03 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2017-08-02 16:12:03 -0400 |
commit | 884bd21a917f607b5a44e038e06f78d0b765ea63 (patch) | |
tree | e89ec6782664387e81652bc87f651b122858ce39 /.gitignore | |
parent | f68a00c97c149428c4b711e0abb8b69cdc3c6bcb (diff) | |
download | haskell-884bd21a917f607b5a44e038e06f78d0b765ea63.tar.gz |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 073c5a3158..f2d4be531e 100644 --- a/.gitignore +++ b/.gitignore @@ -92,6 +92,7 @@ _darcs/ /bindistprep/ /bindisttest/HelloWorld /bindisttest/ +/bootstrapping/ /ch01.html /ch02.html /compiler/dist/ |