Add Haskell gitignore

This commit is contained in:
Ethan Girouard 2024-11-12 12:56:16 -05:00
parent 45c1d41bde
commit fd1cf69787
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

23
.gitignore vendored Normal file
View File

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