加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 723 Bytes
一键复制 编辑 原始数据 按行查看 历史
Daniel 提交于 2020-10-02 01:13 . git: Ignore SDK folder used by makepanda
# makepanda directories
/built*/
/thirdparty/
/targetroot/
/dstroot/
/sdks/
# Core dumps and traces
core
core.*
vgcore.*
*.core
*.trace
# Editor files/directories
*.save
*.save.1
*.sublime-workspace
.vscode/
# Temporary build files
/_vfsimporter.*
*.pdb
*.obj
*.o
*.gch
*.pch
/+DESC
/+MANIFEST
/pkg-plist
/debug.ks
# Produced installer/executables
/*.exe
/*.deb
/*.rpm
/*.app
/*.pkg
/*.dmg
/*.whl
/*.txz
/*.apk
# CMake
/build/
CMakeCache.txt
CMakeFiles/
CMakeScripts/
Makefile
cmake_install.cmake
install_manifest.txt
CTestTestfile.cmake
# Windows
Thumbs.db
ehthumbs.db
# macOS
.DS_Store
# Python
__pycache__/
*.pyc
*.pyo
# Test tool cache directories
.tox/
.cache/
.pytest_cache/
/.settings/
/.cproject
/.project
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化