1 Star 0 Fork 2

WantK / obs-studio

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 836 Bytes
一键复制 编辑 原始数据 按行查看 历史
Matt Gajownik 提交于 2020-01-01 15:46 . UI: Supply Windows manifest file
#binaries
*.exe
*.dll
*.dylib
*.so
#cmake
/cmbuild/
/build/
/build32/
/build64/
/release/
/release32/
/release64/
/debug/
/debug32/
/debug64/
/builds/
.vs/
*.o.d
*.ninja
.ninja*
.dirstamp
#xcode
*.xcodeproj/
#clion
.idea/
#other stuff (windows stuff, qt moc stuff, etc)
Release_MD/
Release/
Debug/
x64/
ipch/
GeneratedFiles/
.moc/
/UI/obs.rc
.vscode/
/other/
#make stuff
configure
depcomp
install-sh
Makefile.in
Makefile
#python
__pycache__
#sphinx
/docs/sphinx/_build/*
!/docs/sphinx/_build/.gitignore
!/docs/sphinx/Makefile
#random useless file stuff
*.dmg
*.app
.DS_Store
.directory
.hg
.depend
tags
*.trace
*.vsp
*.psess
*.swp
*.dat
*.clbin
*.log
*.tlog
*.sdf
*.opensdf
*.xml
*.ipch
*.css
*.xslt
*.aps
*.suo
*.ncb
*.user
*.lo
*.ilk
*.la
*.o
*.obj
*.pdb
*.res
*.dep
*.zip
*.lnk
*.chm
*~
.DS_Store
*/.DS_Store
*/**/.DS_Store
1
https://gitee.com/WantK/obs-studio.git
git@gitee.com:WantK/obs-studio.git
WantK
obs-studio
obs-studio
master

搜索帮助