mirror of
https://github.com/koalaman/shellcheck.git
synced 2024-11-20 20:40:34 -08:00
b6d4952e2e
This also fixes the problem that the testsuite threw `exitFailure` even when it succeeded (which I found inexplicable). Once this is published, the testsuite could be enabled in Stackage again.
24 lines
253 B
Plaintext
24 lines
253 B
Plaintext
# Created by https://www.gitignore.io
|
|
|
|
### Haskell ###
|
|
dist
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.chi
|
|
*.chs.h
|
|
.virtualenv
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
cabal.config
|
|
.stack-work
|
|
|
|
### Snap ###
|
|
/snap/.snapcraft/
|
|
/stage/
|
|
/parts/
|
|
/prime/
|
|
*.snap
|
|
/dist-newstyle/
|