.gitignore 580 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. .vscode
  44. *.code-workspace
  45. *.eide.*
  46. .history
  47. CMakeLists.txt
  48. cmake-build-debug
  49. *.mk
  50. # vDSO
  51. vdso_sys.os
  52. vdso.lds
  53. # cherryusb libraries
  54. !components/drivers/usb/cherryusb/port/pusb2/*.a
  55. !components/drivers/usb/cherryusb/port/xhci/phytium/*.a