mirror of
https://github.com/rodrigosetti/master-plan.git
synced 2024-11-21 17:13:41 +03:00
27 lines
294 B
Plaintext
27 lines
294 B
Plaintext
|
|
||
|
# Created by https://www.gitignore.io/api/haskell
|
||
|
|
||
|
### 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/
|
||
|
|
||
|
# End of https://www.gitignore.io/api/haskell
|