.gitignore 659 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. packages
  33. dist
  34. rt-studio-project
  35. cconfig.h
  36. GPUCache
  37. #cscope files
  38. cscope.*
  39. ncscope.*
  40. #ctag files
  41. tags
  42. .idea
  43. **/.cache/
  44. .vscode
  45. *.code-workspace
  46. *.eide.*
  47. .history
  48. CMakeLists.txt
  49. cmake-build-debug
  50. *.mk
  51. # vDSO
  52. vdso_sys.os
  53. vdso.lds
  54. # cherryusb libraries
  55. !components/drivers/usb/cherryusb/port/pusb2/*.a
  56. !components/drivers/usb/cherryusb/port/xhci/phytium/*.a
  57. # stm32cubemx
  58. **/CubeMX_Config/Drivers/
  59. **/CubeMX_Config/MDK-ARM/