mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
- Debian 13 (trixie) based with sdcc 4.5.0 from apt - Includes gcc, make, xxd, python3, libjson-c-dev, golang-go - Add .dockerignore to exclude build artifacts - Add Docker usage section to README (collapsible)
20 lines
154 B
Plaintext
20 lines
154 B
Plaintext
.git/
|
|
.gitignore
|
|
.gitattributes
|
|
.github/
|
|
output/
|
|
installer/output/
|
|
*.bin
|
|
html_data.c
|
|
html_data.h
|
|
*.o
|
|
*.rel
|
|
*.lst
|
|
*.sym
|
|
*.asm
|
|
*.ihx
|
|
*.img
|
|
*.map
|
|
*.mem
|
|
*.lk
|