.gitignore 437 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. *.pyc
  2. *.map
  3. *.dblite
  4. *.elf
  5. *.bin
  6. *.hex
  7. *.axf
  8. *.exe
  9. *.pdb
  10. *.idb
  11. *.ilk
  12. *.old
  13. *.crf
  14. build
  15. Debug
  16. rtthread
  17. settings
  18. documentation/html
  19. *~
  20. *.o
  21. *.obj
  22. *.bak
  23. *.dep
  24. *.lib
  25. *.a
  26. *.i
  27. *.d
  28. *.dfinish
  29. *.su
  30. #source insight 4 project files
  31. *.si4project
  32. tools/kconfig-frontends/kconfig-mconf
  33. packages
  34. dist
  35. rt-studio-project
  36. cconfig.h
  37. GPUCache
  38. #cscope files
  39. cscope.*
  40. ncscope.*
  41. #ctag files
  42. tags
  43. .idea
  44. .vscode
  45. .history
  46. CMakeLists.txt
  47. cmake-build-debug
  48. *.mk