.gitignore 691 B

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