.gitignore 670 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. *.dtb*
  15. build
  16. Debug
  17. .vs
  18. rtthread
  19. settings
  20. documentation/html
  21. *~
  22. *.o
  23. *.obj
  24. *.bak
  25. *.dep
  26. *.lib
  27. *.a
  28. *.i
  29. *.d
  30. *.dfinish
  31. *.su
  32. #source insight 4 project files
  33. *.si4project
  34. packages
  35. dist
  36. rt-studio-project
  37. cconfig.h
  38. GPUCache
  39. #cscope files
  40. cscope.*
  41. ncscope.*
  42. #ctag files
  43. tags
  44. .idea
  45. **/.cache/
  46. .vscode
  47. *.code-workspace
  48. *.eide.*
  49. .history
  50. CMakeLists.txt
  51. cmake-build-debug
  52. *.mk
  53. # vDSO
  54. vdso_sys.os
  55. vdso.lds
  56. # cherryusb libraries
  57. !components/drivers/usb/cherryusb/port/pusb2/*.a
  58. !components/drivers/usb/cherryusb/port/xhci/phytium/*.a
  59. # stm32cubemx
  60. **/CubeMX_Config/Drivers/
  61. **/CubeMX_Config/MDK-ARM/