1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-12 06:29:34 +00:00
millfork/.gitignore
2019-08-06 12:59:05 +02:00

52 lines
465 B
Plaintext

# various directories
target/
.idea/
project/target
project/project/target/
stuff
releases
src/test/scala/experiments/
# doesn't work yet
examples/lunix/
# may become a feature in the future
*.tbl
# hidden files
*.~
# compiled Scala files
*.jar
*.class
*.zip
# compiled Millfork files
*.prg
*.crt
*.seq
*.asm
*.lbl
*.nl
*.fns
*.sym
*.deb
*.xex
*.nes
*.sfc
*.bin
*.a78
*.a2
*.dsk
*.inf
*.tap
*.d88
*.com
*.gb
*.rom
HELLO
HELLOCPC
FIZZBUZZ
#heap dumps
java_pid*