diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2022-04-02 08:02:34 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-06 13:00:51 -0400 |
commit | 5ece5c5a225d9919d87a6d760f4e583775793b8c (patch) | |
tree | 6f61c287c468f22ed09b4e950f4f7f5f1ffd7f36 /.gitignore | |
parent | ed62dc66c6fff433349145b4cc41198effedfab8 (diff) | |
download | haskell-5ece5c5a225d9919d87a6d760f4e583775793b8c.tar.gz |
Add /linters/*/dist-install/ to .gitignore
Fixes #21335.
[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 86fd8cc3e6..c4b8d5e7aa 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,7 @@ _darcs/ /libraries/*/dist-install/ /libraries/*/dist-newstyle/ /libraries/dist-haddock/ +/linters/*/dist-install/ /utils/*/dist*/ /compiler/stage1/ /compiler/stage2/ |