rt-thread-official/.gitignore

49 lines
413 B
Plaintext
Raw Normal View History

2013-01-04 20:30:53 +08:00
*.pyc
*.map
*.dblite
*.elf
*.bin
*.hex
*.axf
*.exe
*.pdb
*.idb
*.ilk
2017-09-19 12:15:22 +08:00
*.old
*.crf
2013-01-04 20:30:53 +08:00
build
2015-05-05 09:29:30 +08:00
Debug
documentation/html
2013-03-28 22:01:12 +08:00
*~
*.o
2014-04-20 10:09:55 +08:00
*.obj
*.bak
*.dep
*.lib
*.a
2014-04-20 10:09:55 +08:00
*.i
*.d
*.dfinish
*.su
#source insight 4 project files
*.si4project
2017-11-30 21:23:48 +08:00
tools/kconfig-frontends/kconfig-mconf
2017-12-14 09:58:40 +08:00
packages
2021-01-17 20:46:52 +08:00
dist
dist_ide_project
2018-05-29 10:49:27 +08:00
cconfig.h
2018-07-15 14:54:06 +08:00
GPUCache
#cscope files
cscope.*
ncscope.*
#ctag files
tags
2021-03-18 00:10:52 +08:00
.idea
2021-10-14 18:50:35 +08:00
.vscode
.history
2021-03-18 00:10:52 +08:00
CMakeLists.txt
cmake-build-debug