Apple1-esp/.gitignore
Stephen Crane c7db5b18b4
Serial Keyboard and other improvements (#10)
* ps/2 and hardware serial keyboards

* docs

* remove setjmp

* hardware_run

* ...
2024-08-22 16:02:42 +01:00

38 lines
297 B
Plaintext

*.bin
*.elf
.*.d
*.d
spiffs.img
.build
*.txt.mk
*.swp
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app