diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2022-04-02 08:02:34 -0400 |
---|---|---|
committer | Ryan Scott <ryan.gl.scott@gmail.com> | 2022-04-02 08:02:38 -0400 |
commit | e9c8338f2eb2d1ac38523f20e6516b8ffd6efadf (patch) | |
tree | a83b024e62d6acdac94054cf27ba342a57a30ac4 | |
parent | d85c7dcb7c457efc23b20ac8f4e4ae88bae5b050 (diff) | |
download | haskell-wip/T21335.tar.gz |
Add /linters/*/dist-install/ to .gitignorewip/T21335
Fixes #21335.
[ci skip]
-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/ |