.gitignore 398 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. #source insight 4 project files
  27. *.si4project
  28. tools/kconfig-frontends/kconfig-mconf
  29. packages
  30. dist
  31. dist_ide_project
  32. cconfig.h
  33. GPUCache
  34. #cscope files
  35. cscope.*
  36. ncscope.*
  37. #ctag files
  38. tags
  39. .idea
  40. .vscode
  41. .history
  42. CMakeLists.txt
  43. cmake-build-debug