.gitignore 979 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # 忽略所有的文件
  2. *
  3. # 不忽略目录
  4. !*/
  5. # 指定忽略的目录
  6. /zhanjiang_0534/EgoSystem/build/CMakeFiles
  7. /zhanjiang_0534/webrtcinterop/build
  8. # 指定忽略的目录
  9. /ZJ_JETSON_VP8/EgoSystem/build/CMakeFiles
  10. /ZJ_JETSON_VP8/webrtcinterop/build
  11. /ZJ_JETSON_VP8/EgoSystem/out
  12. # 指定忽略的目录
  13. /ZJ_OPENH264/EgoSystem/build/CMakeFiles
  14. /ZJ_OPENH264/webrtcinterop/build
  15. /ZJ_OPENH264/EgoSystem/out
  16. # 指定忽略的目录
  17. /ZJ_PRO/EgoSystem/build/CMakeFiles
  18. /ZJ_PRO/webrtcinterop/build
  19. /ZJ_PRO/EgoSystem/out
  20. # 指定忽略的目录
  21. /ZJ_PRO_DMF_JETSON/EgoSystem/build/CMakeFiles
  22. /ZJ_PRO_DMF_JETSON/webrtcinterop/build
  23. /ZJ_PRO_DMF_JETSON/EgoSystem/out
  24. # 指定不忽略文件类型
  25. !*.editorconfig
  26. !*.gitattributes
  27. !*.gitignore
  28. !*.md
  29. !*.txt
  30. !*.sh
  31. !*.bash
  32. !*.yml
  33. !*Dockerfile
  34. !*.py
  35. !*.cpp
  36. !*.hpp
  37. !*.cc
  38. !*.h
  39. !*.c
  40. # --- for qt ---
  41. !*.json
  42. !*.dll
  43. !*.lib
  44. !*.proto
  45. !*.qml
  46. !*.qrc
  47. !*.png
  48. !*.js
  49. !*.ttf
  50. !*.cmake
  51. !*.sln
  52. !*.bmp
  53. !*.pro
  54. !*.vcxproj
  55. !*.inc
  56. !*.wav
  57. !*.idb
  58. !*.a