rel8/.gitignore
2017-03-16 12:18:14 +00:00

28 lines
302 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
docs/_*