| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- *.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
- *.dfinish
- *.su
- #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
|