12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- # 忽略所有的文件
- *
- # 不忽略目录
- !*/
- # 指定忽略的目录
- /zhanjiang_0534/EgoSystem/build/CMakeFiles
- /zhanjiang_0534/webrtcinterop/build
- # 指定忽略的目录
- /ZJ_JETSON_VP8/EgoSystem/build/CMakeFiles
- /ZJ_JETSON_VP8/webrtcinterop/build
- /ZJ_JETSON_VP8/EgoSystem/out
- # 指定忽略的目录
- /ZJ_OPENH264/EgoSystem/build/CMakeFiles
- /ZJ_OPENH264/webrtcinterop/build
- /ZJ_OPENH264/EgoSystem/out
- # 指定忽略的目录
- /ZJ_PRO/EgoSystem/build/CMakeFiles
- /ZJ_PRO/webrtcinterop/build
- /ZJ_PRO/EgoSystem/out
- # 指定忽略的目录
- /ZJ_PRO_DMF_JETSON/EgoSystem/build/CMakeFiles
- /ZJ_PRO_DMF_JETSON/webrtcinterop/build
- /ZJ_PRO_DMF_JETSON/EgoSystem/out
- # 指定不忽略文件类型
- !*.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
|