Using a more complete Haskell .gitignore

Specially for using cabal sandbox.
This commit is contained in:
Rodrigo Setti 2014-05-30 00:10:21 +00:00
parent d830a36bc8
commit b18ee3fdef
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