1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-07-01 12:29:29 +00:00
millfork/.gitignore
2020-03-25 23:55:20 +01:00

60 lines
526 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
*.o
HELLO
HELLOCPC
FIZZBUZZ
__hw_bbcmicro
__hw_cpc464
#heap dumps
java_pid*