# 忽略所有的文件
#*

# 不忽略目录
!*/

# 指定忽略的目录 for ZJ_PRO01
/ZJ_PRO01/EgoSystem/build/.cmake
/ZJ_PRO01/EgoSystem/build/CMakeFiles
/ZJ_PRO01/webrtcinterop/build

# 指定忽略的目录 for ZJ_PRO02
/ZJ_PRO02/EgoSystem/build/.cmake
/ZJ_PRO02/EgoSystem/build/CMakeFiles
/ZJ_PRO02/webrtcinterop/build

# 指定不忽略文件类型
!*.editorconfig
!*.gitattributes
!*.gitignore

!*.md
!*.txt

!*.sh
!*.bash
!*.yml
!*Dockerfile

!*.py
!*.cpp
!*.hpp
!*.cc
!*.h
!*.c

# --- for qt ---
!*.json
!*.dll
!*.lib
!*.proto
!*.qml
!*.qrc
!*.png
!*.js
!*.ttf
!*.cmake
!*.sln
!*.bmp
!*.pro
!*.vcxproj
!*.inc
!*.wav
!*.idb
!*.a