.gitignore 959 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # Prerequisites
  2. *.d
  3. *.luac
  4. *.lnks
  5. *.pdf
  6. .vscode
  7. vscode.code-workspace
  8. .idea
  9. # Object files
  10. *.o
  11. *.ko
  12. *.obj
  13. *.elf
  14. # Linker output
  15. *.ilk
  16. *.map
  17. *.exp
  18. # Precompiled Headers
  19. *.gch
  20. *.pch
  21. # Libraries
  22. *.lib
  23. *.a
  24. *.la
  25. *.lo
  26. # Shared objects (inc. Windows DLLs)
  27. *.dll
  28. *.so
  29. *.so.*
  30. *.dylib
  31. # Executables
  32. *.exe
  33. *.out
  34. *.app
  35. *.i*86
  36. *.x86_64
  37. *.hex
  38. # Debug files
  39. *.dSYM/
  40. *.su
  41. *.idb
  42. *.pdb
  43. # Kernel Module Compile Results
  44. #*.mod*
  45. *.cmd
  46. .tmp_versions/
  47. modules.order
  48. Module.symvers
  49. Mkfile.old
  50. dkms.conf
  51. bsp/air302/FlashToolCLI/
  52. bsp/air302/tmp/
  53. bsp/air302/local*
  54. bsp/air302/disk/
  55. *.zip
  56. tools/java/.classpath
  57. tools/java/.project
  58. tools/java/.settings/
  59. tools/java/target/
  60. bsp/air640w/disk/
  61. bsp/air640w/tmp/
  62. bsp/air640w/local*
  63. __pycache__
  64. *.pyc
  65. *.tlv
  66. *.fs
  67. bsp/air302/air302_sdk/**
  68. /bsp/air724/sdk/out
  69. /bsp/air724/sdk/hex
  70. /bsp/air724/sdk/prebuilts/win32
  71. *.cmake
  72. *.xmake
  73. debug.log
  74. 量产文件
  75. CMakefiles
  76. bsp/win32/build/
  77. bsp/win32/release/
  78. bsp/pico/build/
  79. bsp/linux/build/