.gitignore 712 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. *.pyc
  2. **/Cargo.lock
  3. **/target/
  4. *.map
  5. *.dblite
  6. *.elf
  7. *.bin
  8. *.hex
  9. *.axf
  10. *.exe
  11. *.pdb
  12. *.idb
  13. *.ilk
  14. *.old
  15. *.crf
  16. *.dtb*
  17. build
  18. Debug
  19. .vs
  20. rtthread
  21. settings
  22. documentation/html
  23. *~
  24. *.o
  25. *.obj
  26. *.bak
  27. *.dep
  28. *.lib
  29. *.a
  30. *.i
  31. *.d
  32. *.dfinish
  33. *.su
  34. #source insight 4 project files
  35. *.si4project
  36. packages
  37. dist
  38. rt-studio-project
  39. cconfig.h
  40. GPUCache
  41. #cscope files
  42. cscope.*
  43. ncscope.*
  44. #ctag files
  45. tags
  46. .idea
  47. **/.cache/
  48. .vscode
  49. *.code-workspace
  50. *.eide.*
  51. .history
  52. CMakeLists.txt
  53. cmake-build-debug
  54. *.mk
  55. # vDSO
  56. vdso_sys.os
  57. vdso.lds
  58. # cherryusb libraries
  59. !components/drivers/usb/cherryusb/port/pusb2/*.a
  60. !components/drivers/usb/cherryusb/port/xhci/phytium/*.a
  61. # stm32cubemx
  62. **/CubeMX_Config/Drivers/
  63. **/CubeMX_Config/MDK-ARM/
  64. # mac
  65. .DS_Store