mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-08-11 04:48:28 +08:00
Merge pull request #166 from rodrigosetti/better-gitignore
Using a more complete Haskell .gitignore
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1,7 +1,15 @@
|
|||||||
*.hi
|
# Created by http://www.gitignore.io
|
||||||
*.o
|
|
||||||
.tests
|
### Haskell ###
|
||||||
jsoncheck
|
|
||||||
shellcheck
|
|
||||||
shellcheck.1
|
|
||||||
dist
|
dist
|
||||||
|
cabal-dev
|
||||||
|
*.o
|
||||||
|
*.hi
|
||||||
|
*.chi
|
||||||
|
*.chs.h
|
||||||
|
.virtualenv
|
||||||
|
.hsenv
|
||||||
|
.cabal-sandbox/
|
||||||
|
cabal.sandbox.config
|
||||||
|
cabal.config
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user