.gitignore 453 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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