Merge pull request #166 from rodrigosetti/better-gitignore

Using a more complete Haskell .gitignore
This commit is contained in:
koalaman 2014-05-31 10:42:17 -07:00
commit 2364fd58b6
1 changed files with 14 additions and 6 deletions

20
.gitignore vendored
View File

@ -1,7 +1,15 @@
*.hi
*.o
.tests
jsoncheck
shellcheck
shellcheck.1
# Created by http://www.gitignore.io
### Haskell ###
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
.virtualenv
.hsenv
.cabal-sandbox/
cabal.sandbox.config
cabal.config