.gitignore 413 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. documentation/html
  17. *~
  18. *.o
  19. *.obj
  20. *.bak
  21. *.dep
  22. *.lib
  23. *.a
  24. *.i
  25. *.d
  26. *.dfinish
  27. *.su
  28. #source insight 4 project files
  29. *.si4project
  30. tools/kconfig-frontends/kconfig-mconf
  31. packages
  32. dist
  33. dist_ide_project
  34. cconfig.h
  35. GPUCache
  36. #cscope files
  37. cscope.*
  38. ncscope.*
  39. #ctag files
  40. tags
  41. .idea
  42. .vscode
  43. .history
  44. CMakeLists.txt
  45. cmake-build-debug