.gitignore 485 B

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