.gitignore 850 B

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