.gitignore 642 B

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