Files
RosettaHaskellCompiler/.gitignore
2022-02-17 22:04:55 +01:00

27 lines
263 B
Plaintext

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.*
.idea/
/resources/Generated/
.vscode/