Add .gitignore

This commit is contained in:
akp 2023-09-28 15:33:05 +01:00
parent ebe5cf77f5
commit 647b22705b
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755

25
.gitignore vendored Normal file
View file

@ -0,0 +1,25 @@
### 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.*