haskell-random/.gitignore
joachimschmidt557 0a7e277873 Add gitignore
2019-09-24 08:07:38 +02:00

29 lines
388 B
Text

# Created by https://www.gitignore.io/api/haskell
# Edit at https://www.gitignore.io/?templates=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
cabal.project.local~
.HTF/
.ghc.environment.*
# End of https://www.gitignore.io/api/haskell