[git] Add global haskell gitignores

This commit is contained in:
Ivan Malison 2016-10-29 12:30:31 -07:00
parent 23f7eb891d
commit d3a18433e2
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -44,3 +44,25 @@ Thumbs.db
# Ignore output from nohup
nohup.out
# Haskell
dist
dist-*
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work*/
cabal.project.local
.HTF/