123456789101112131415161718192021222324252627282930313233343536 |
- .dep
- *.o
- *.bin
- *.eep
- *.elf
- *.hex
- !util/bootloader.hex
- !quantum/tools/eeprom_reset.hex
- *.log
- *.lss
- *.lst
- *.map
- *.sym
- *.swp
- tags
- *~
- build/
- .build/
- *.bak
- .vagrant/
- quantum/version.h
- .idea/
- CMakeLists.txt
- .DS_STORE
- /util/wsl_downloaded
- # Eclipse/PyCharm/Other IDE Settings
- .cproject
- .project
- .settings/
- .idea
- .browse.VC.db*
- *.stackdump
- util/Win_Check_Output.txt
- .vscode
- .stfolder
|