.gitignore 431 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # Prerequisites
  2. *.d
  3. # Object files
  4. *.o
  5. *.ko
  6. *.obj
  7. *.elf
  8. # Linker output
  9. *.ilk
  10. *.map
  11. *.exp
  12. # Precompiled Headers
  13. *.gch
  14. *.pch
  15. # Libraries
  16. *.lib
  17. *.a
  18. *.la
  19. *.lo
  20. # Shared objects (inc. Windows DLLs)
  21. *.dll
  22. *.so
  23. *.so.*
  24. *.dylib
  25. # Executables
  26. *.exe
  27. *.out
  28. *.app
  29. *.i*86
  30. *.x86_64
  31. *.hex
  32. .vscode
  33. .xmake
  34. bin/
  35. build/
  36. lib/build/
  37. lib/bin/
  38. tools/xt804/AIR101_secboot.img
  39. tools/xt804/AIR103_secboot.img
  40. tools/xt804/wm_tool
  41. releases/
  42. *.lua
  43. doc/*