12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- *.pyc
- *.map
- *.dblite
- *.elf
- *.bin
- *.hex
- *.axf
- *.exe
- *.pdb
- *.idb
- *.ilk
- *.old
- *.crf
- build
- Debug
- documentation/html
- *~
- *.o
- *.obj
- *.bak
- *.dep
- *.lib
- *.a
- *.i
- *.d
- #source insight 4 project files
- *.si4project
- tools/kconfig-frontends/kconfig-mconf
- packages
- dist
- dist_ide_project
- cconfig.h
- GPUCache
- #cscope files
- cscope.*
- ncscope.*
- #ctag files
- tags
- .idea
- .vscode
- .history
- CMakeLists.txt
- cmake-build-debug
|