.gitignore 352 B

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