candleLight_fw/.gitignore
Ryan Edwards beaa9bdecf gitignore: add ignores for files created by the STM32 IDE
The additions to the ignore are to prevent files generated by the
STM32 IDE from being tracked by git.
2022-11-08 21:24:36 +01:00

16 lines
124 B
Plaintext

/.vscode/
/Debug/
/build/
*.asmo
*.bin
*.d
*.elf
*.launch
*.o
*~
.cache/
.cproject
.project
.settings
compile_commands.json