.gitignore 462 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. *.code-workspace
  46. *.eide.*
  47. .history
  48. CMakeLists.txt
  49. cmake-build-debug
  50. *.mk