MiniJavaCompiler/.gitignore

29 lines
309 B
Plaintext
Raw Permalink Normal View History

2024-05-01 19:07:04 +00:00
dist
dist-*
cabal-dev
*.o
*.hi
*.hie
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
2024-05-04 09:39:44 +00:00
*.class
*.local~*
src/Parser/JavaParser.hs
src/Parser/Parser.hs
src/Parser/Lexer.hs
2024-05-01 19:07:04 +00:00
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
*.eventlog
.stack-work/
cabal.project.local
cabal.project.local~
.HTF/
2024-05-04 09:39:44 +00:00
.ghc.environment.*