.gitignore 329 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. build
  14. Debug
  15. documentation/html
  16. *~
  17. *.o
  18. *.obj
  19. *.bak
  20. *.dep
  21. *.lib
  22. *.a
  23. *.i
  24. *.d
  25. tools/kconfig-frontends/kconfig-mconf
  26. packages
  27. dist
  28. dist_ide_project
  29. cconfig.h
  30. GPUCache
  31. #cscope files
  32. cscope.*
  33. ncscope.*
  34. #ctag files
  35. tags
  36. .idea
  37. CMakeLists.txt
  38. cmake-build-debug