mirror of
https://github.com/KarolS/millfork.git
synced 2024-11-01 05:05:32 +00:00
60 lines
526 B
Plaintext
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*
|