1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00
millfork/.gitignore
2019-09-20 01:43:58 +02:00

53 lines
469 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
*.o
HELLO
HELLOCPC
FIZZBUZZ
#heap dumps
java_pid*