2017-12-06 22:00:04 +01:00
|
|
|
# various directories
|
|
|
|
target/
|
|
|
|
.idea/
|
|
|
|
project/target
|
|
|
|
project/project/target/
|
|
|
|
stuff
|
2018-01-20 23:32:34 +01:00
|
|
|
releases
|
2018-02-03 17:49:29 +01:00
|
|
|
src/test/scala/experiments/
|
2020-09-22 17:58:34 +02:00
|
|
|
src/test/java/experiments/
|
2018-06-09 00:18:21 +02:00
|
|
|
# doesn't work yet
|
|
|
|
examples/lunix/
|
2020-07-18 01:34:16 +02:00
|
|
|
# older copies
|
|
|
|
include-*/
|
2017-12-06 22:00:04 +01:00
|
|
|
|
|
|
|
# hidden files
|
|
|
|
*.~
|
|
|
|
|
2019-12-01 23:13:42 +01:00
|
|
|
#tools
|
|
|
|
*.bat
|
2020-01-10 18:37:01 +01:00
|
|
|
issue*.mfk
|
2019-12-01 23:13:42 +01:00
|
|
|
|
2017-12-06 22:00:04 +01:00
|
|
|
# compiled Scala files
|
|
|
|
*.jar
|
|
|
|
*.class
|
2018-01-20 23:32:34 +01:00
|
|
|
*.zip
|
2020-03-25 23:55:20 +01:00
|
|
|
*.exe
|
2017-12-06 22:00:04 +01:00
|
|
|
|
|
|
|
# compiled Millfork files
|
|
|
|
*.prg
|
2018-12-17 11:13:01 +01:00
|
|
|
*.crt
|
2018-06-09 00:18:21 +02:00
|
|
|
*.seq
|
2017-12-06 22:00:04 +01:00
|
|
|
*.asm
|
2017-12-27 22:25:39 +01:00
|
|
|
*.lbl
|
2021-09-21 00:21:21 +02:00
|
|
|
*.labels
|
2018-07-16 00:08:22 +02:00
|
|
|
*.nl
|
2019-06-14 11:39:11 +02:00
|
|
|
*.fns
|
|
|
|
*.sym
|
2021-11-03 21:48:45 +01:00
|
|
|
*.mlb
|
2021-11-12 00:47:12 +01:00
|
|
|
*.dbg
|
2018-07-16 00:08:22 +02:00
|
|
|
*.deb
|
2017-12-06 22:00:04 +01:00
|
|
|
*.xex
|
|
|
|
*.nes
|
2018-03-15 23:46:16 +01:00
|
|
|
*.sfc
|
|
|
|
*.bin
|
|
|
|
*.a78
|
2017-12-06 22:00:04 +01:00
|
|
|
*.a2
|
|
|
|
*.dsk
|
2018-04-02 23:40:40 +02:00
|
|
|
*.inf
|
2018-07-05 00:50:13 +02:00
|
|
|
*.tap
|
|
|
|
*.d88
|
2018-07-31 01:02:55 +02:00
|
|
|
*.com
|
2019-03-18 23:15:05 +01:00
|
|
|
*.gb
|
2019-06-05 13:31:43 +02:00
|
|
|
*.rom
|
2020-04-06 17:55:22 +02:00
|
|
|
*.ssd
|
2019-09-20 01:43:58 +02:00
|
|
|
*.o
|
2020-09-26 23:52:49 +02:00
|
|
|
*.cmd
|
2020-09-29 22:50:46 +02:00
|
|
|
*.z80
|
2018-04-02 23:40:40 +02:00
|
|
|
HELLO
|
2018-12-19 19:02:29 +01:00
|
|
|
HELLOCPC
|
2019-08-06 12:59:05 +02:00
|
|
|
FIZZBUZZ
|
2019-12-01 23:13:42 +01:00
|
|
|
__hw_bbcmicro
|
|
|
|
__hw_cpc464
|
2020-04-06 13:27:39 +02:00
|
|
|
tests-cpc-*
|
2020-04-06 17:55:22 +02:00
|
|
|
BBC-*
|
2018-12-19 19:02:29 +01:00
|
|
|
|
2019-06-12 02:56:44 +02:00
|
|
|
#heap dumps
|
|
|
|
java_pid*
|