You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

142 lines
1.5 KiB

  1. # ---> C
  2. # Prerequisites
  3. *.d
  4. # Object files
  5. *.o
  6. *.ko
  7. *.obj
  8. *.elf
  9. # Linker output
  10. *.ilk
  11. *.map
  12. *.exp
  13. # Precompiled Headers
  14. *.gch
  15. *.pch
  16. # Libraries
  17. *.lib
  18. *.a
  19. *.la
  20. *.lo
  21. # Shared objects (inc. Windows DLLs)
  22. *.dll
  23. *.so
  24. *.so.*
  25. *.dylib
  26. # Executables
  27. *.exe
  28. *.out
  29. *.app
  30. *.i*86
  31. *.x86_64
  32. *.hex
  33. # Debug files
  34. *.dSYM/
  35. *.su
  36. *.idb
  37. *.pdb
  38. # Kernel Module Compile Results
  39. *.mod*
  40. *.cmd
  41. .tmp_versions/
  42. modules.order
  43. Module.symvers
  44. Mkfile.old
  45. dkms.conf
  46. # ---> C++
  47. # Prerequisites
  48. *.d
  49. # Compiled Object files
  50. *.slo
  51. *.lo
  52. *.o
  53. *.obj
  54. # Precompiled Headers
  55. *.gch
  56. *.pch
  57. # Compiled Dynamic libraries
  58. *.so
  59. *.dylib
  60. *.dll
  61. # Fortran module files
  62. *.mod
  63. *.smod
  64. # Compiled Static libraries
  65. *.lai
  66. *.la
  67. *.a
  68. *.lib
  69. # Executables
  70. *.exe
  71. *.out
  72. *.app
  73. # ---> CMake
  74. CMakeCache.txt
  75. CMakeFiles
  76. CMakeScripts
  77. Testing
  78. Makefile
  79. cmake_install.cmake
  80. install_manifest.txt
  81. compile_commands.json
  82. CTestTestfile.cmake
  83. CMakeLists.txt.user*
  84. # ---> vscode
  85. **/.vscode/
  86. **/.idea/
  87. **/*.code-workspace
  88. /build/
  89. /build_arm/
  90. **/build-*/
  91. **/__pycache__
  92. .DS_Store
  93. third_party/ffmpeg
  94. tmp
  95. log/
  96. /.cache
  97. proto_parse_root/V1/protocols_ptl/
  98. debug
  99. # ---> breakpad
  100. **/*.dmp
  101. **/*.log
  102. **/*.sym
  103. # ---> python
  104. *.py[cod]
  105. *$py.class
  106. deps/
  107. .deps_cache/
  108. # ---> IAR EWARM generated build artifacts
  109. /EWARM/*.dep
  110. /EWARM/*/Obj/
  111. /EWARM/*/List/*.map
  112. /EWARM/*/Exe/*.out
  113. /EWARM/*/Exe/*.sim
  114. *.stackdump
  115. # 项目主机测试二进制文件不纳入固件交付物。
  116. /test/bin/
  117. # Keep the deployable firmware image available in the project tree.
  118. !EWARM/Modbus/Exe/Modbus.hex