mirror of
https://github.com/input-output-hk/foliage.git
synced 2024-11-25 07:44:24 +03:00
31 lines
450 B
Plaintext
31 lines
450 B
Plaintext
|
|
# Created by https://www.toptal.com/developers/gitignore/api/haskell
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=haskell
|
|
|
|
### Haskell ###
|
|
dist
|
|
dist-*
|
|
cabal-dev
|
|
*.o
|
|
*.hi
|
|
*.hie
|
|
*.chi
|
|
*.chs.h
|
|
*.dyn_o
|
|
*.dyn_hi
|
|
.hpc
|
|
.hsenv
|
|
.cabal-sandbox/
|
|
cabal.sandbox.config
|
|
*.prof
|
|
*.aux
|
|
*.hp
|
|
*.eventlog
|
|
.stack-work/
|
|
cabal.project.local
|
|
cabal.project.local~
|
|
.HTF/
|
|
.ghc.environment.*
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/haskell
|