mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-16 10:03:08 -07:00
Merge pull request #166 from rodrigosetti/better-gitignore
Using a more complete Haskell .gitignore
This commit is contained in:
commit
2364fd58b6
1 changed files with 14 additions and 6 deletions
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue