esp32 gitignore文件

c 复制代码
.config
*.o
*.pyc

# gtags
GTAGS
GRTAGS
GPATH

# emacs
.dir-locals.el

# emacs temp file suffixes
*~
.#*
\#*#

# eclipse setting
.settings

# MacOS directory files
.DS_Store

# cache dir
.cache/

# Components Unit Test Apps files
components/**/build/
components/**/build_*_*/
components/**/sdkconfig
components/**/sdkconfig.old

# Example project files
examples/**/build/
examples/**/build_esp*_*/
examples/**/sdkconfig
examples/**/sdkconfig.old

# Doc build artifacts
docs/_build/
docs/doxygen_sqlite3.db

# Downloaded font files
docs/_static/DejaVuSans.ttf
docs/_static/NotoSansSC-Regular.otf

# Unit test app files
tools/unit-test-app/sdkconfig
tools/unit-test-app/sdkconfig.old
tools/unit-test-app/build
tools/unit-test-app/build_*_*/
tools/unit-test-app/output
tools/unit-test-app/test_configs

# Unit Test CMake compile log folder
log_ut_cmake

# test application build files
tools/test_apps/**/build/
tools/test_apps/**/build_*_*/
tools/test_apps/**/sdkconfig
tools/test_apps/**/sdkconfig.old

TEST_LOGS

# gcov coverage reports
*.gcda
*.gcno
coverage.info
coverage_report/

test_multi_heap_host

# VS Code Settings
.vscode/

# VIM files
*.swp
*.swo

# Sublime Text files
*.sublime-project
*.sublime-workspace

# Clion IDE CMake build & config
.idea/
cmake-build-*/

# Results for the checking of the Python coding style and static analysis
.mypy_cache
flake8_output.txt

# ESP-IDF default build directory name
build

# lock files for examples and components
dependencies.lock

# managed_components for examples
managed_components

# pytest log
pytest_embedded_log/
list_job_*.txt
size_info.txt

# clang config (for LSP)
.clangd
相关推荐
XiaoHu020744 分钟前
Linux网络编程套接字
linux·服务器·网络·git
AlexDeng1 小时前
Git 实战:我用 git worktree 一次性拉取多个工作目录
git
import_random2 小时前
[git版本控制]git pull origin main
git
ShallowLin2 小时前
Git 的分支管理
git
chen_2275 小时前
搭建git工作流
git
Rabbit_QL9 小时前
【git reset】个人分支一次精准撤回 git push 的实战记录
git
掘金忠实用户程序员9 小时前
Git多仓库协作场景
git
少年攻城狮9 小时前
Git系列---【git拉代码时报getaddrinfo() thread failed to start】
git
cicada1510 小时前
分享一个git日常开发流程
大数据·git·elasticsearch
布只道10 小时前
关于Git的一些小秘密
git