加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 681 Bytes
一键复制 编辑 原始数据 按行查看 历史
Vit Stancl 提交于 2015-02-18 13:28 . (3DV new) Cleanup and merge.
# OS junk files
[Tt]humbs.db
*.DS_Store
# Compiled Object files
#*.slo
#*.lo
#*.o
#*.[Oo]bj
# Compiled Dynamic libraries
#*.so
#*.dylib
#*.dll
# Compiled Static libraries
#*.lai
#*.la
#*.a
#*.lib
# Executables
#*.exe
#*.out
#*.app
# We output binaries to bin/ directories
/applications/*/bin/
/applications/*/bin32/
/applications/*/bin64/
# Common build directories
/[Bb]uild*/
# Project files generated by CMake
*.sln
*.vcxproj
*.vcxproj.filters
*.rule
# Visual Studio files
*.stamp
*.map
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.tlog
*.sbr
*.sdf
*.opensdf
*.unsuccessfulbuild
ipch/
[Oo]bj/
[Dd]ebug*/
[Rr]elease*/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化