.gitignore 857 B

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