.gitignore 663 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. .vs
  17. rtthread
  18. settings
  19. documentation/html
  20. *~
  21. *.o
  22. *.obj
  23. *.bak
  24. *.dep
  25. *.lib
  26. *.a
  27. *.i
  28. *.d
  29. *.dfinish
  30. *.su
  31. #source insight 4 project files
  32. *.si4project
  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. **/.cache/
  45. .vscode
  46. *.code-workspace
  47. *.eide.*
  48. .history
  49. CMakeLists.txt
  50. cmake-build-debug
  51. *.mk
  52. # vDSO
  53. vdso_sys.os
  54. vdso.lds
  55. # cherryusb libraries
  56. !components/drivers/usb/cherryusb/port/pusb2/*.a
  57. !components/drivers/usb/cherryusb/port/xhci/phytium/*.a
  58. # stm32cubemx
  59. **/CubeMX_Config/Drivers/
  60. **/CubeMX_Config/MDK-ARM/