1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-11 15:29:34 +00:00
millfork/.gitignore
2020-04-06 17:55:22 +02:00

63 lines
550 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
*.~
#tools
*.bat
issue*.mfk
# compiled Scala files
*.jar
*.class
*.zip
*.exe
# 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
*.ssd
*.o
HELLO
HELLOCPC
FIZZBUZZ
__hw_bbcmicro
__hw_cpc464
tests-cpc-*
BBC-*
#heap dumps
java_pid*