[git] Add global haskell gitignores
This commit is contained in:
parent
23f7eb891d
commit
d3a18433e2
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user