1
0

Update gitignore for Haskell.

This commit is contained in:
Kevin Matsubara 2025-08-09 10:20:37 +02:00
parent 69747a6ae8
commit f3ddebb37a

26
.gitignore vendored
View File

@ -37,3 +37,29 @@ repl-temp-*
*/michelaben/index.js
*/michelaben/node_modules
# 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.*