diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2019-05-04 10:30:47 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-05-07 06:35:58 -0400 |
commit | 961979617a3b6717f5d175c08884a9b970602d6e (patch) | |
tree | 11c1906bd716a681a35baf11d7328cea92736ce4 /.gitignore | |
parent | ba0aed2e783435c9175761fc2b20b9302f368a98 (diff) | |
download | haskell-961979617a3b6717f5d175c08884a9b970602d6e.tar.gz |
Add /includes/dist to .gitignore
As of commit d37d91e9a444a7822eef1558198d21511558515e, the GHC build
now autogenerates a `includes/dist/build/settings` file. To avoid
dirtying the current `git` status, this adds `includes/dist` to
`.gitignore`.
[ci skip]
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b74fc13d45..27709cb449 100644 --- a/.gitignore +++ b/.gitignore @@ -123,6 +123,7 @@ _darcs/ /settings /ghc.spec /ghc/ghc-bin.cabal +/includes/dist/ /includes/ghcautoconf.h /includes/ghcplatform.h /includes/ghcversion.h |