.gitignore 318 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. *.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. 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