1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00
millfork/.gitignore
2017-12-06 22:00:04 +01:00

24 lines
204 B
Plaintext

# various directories
target/
.idea/
project/target
project/project/target/
stuff
# hidden files
*.~
# compiled Scala files
*.jar
*.class
# compiled Millfork files
*.prg
*.asm
*.xex
*.nes
*.a2
*.dsk