Files
hackerlibultra/.gitignore
Mr-Wiseguy 337261b5fa si (serial interface) files, gitignored gcc folder (#14)
Replaced CRLF with LF in all headers
2022-03-03 00:25:33 -05:00

26 lines
234 B
Plaintext

# Cache files
__pycache__/
.pyc
.DS_Store
# Text editor remnants
.vscode/
.vs/
.idea/
CMakeLists.txt
cmake-build-debug
venv/
# Project-specific ignores
base_*/
build/
expected/
notes/
tools/gcc
*.elf
*.o
*.a
# Tool artifacts
ctx.c