32 lines
340 B
Plaintext
32 lines
340 B
Plaintext
# standard haskell gitignore
|
|
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.*
|
|
|
|
# ignore vscodium's local config
|
|
.vscode/
|
|
|
|
# ignore nix build system
|
|
result*
|
|
.direnv
|