1
0
mirror of https://github.com/KarolS/millfork.git synced 2025-01-10 20:29:35 +00:00
millfork/.gitignore

25 lines
210 B
Plaintext
Raw Normal View History

2017-12-06 22:00:04 +01:00
# various directories
target/
.idea/
project/target
project/project/target/
stuff
# hidden files
*.~
# compiled Scala files
*.jar
*.class
# compiled Millfork files
*.prg
*.asm
*.lbl
2017-12-06 22:00:04 +01:00
*.xex
*.nes
*.a2
*.dsk