esp-ena/.gitignore

48 lines
537 B
Plaintext
Raw Normal View History

2020-07-11 12:11:34 +02:00
.config
*.o
*.pyc
# emacs
.dir-locals.el
# emacs temp file suffixes
*~
.#*
\#*#
# eclipse setting
.settings
# MacOS directory files
.DS_Store
# Doc build artifacts
docs
2020-07-11 12:11:34 +02:00
# VS Code Settings
.vscode/
# VIM files
*.swp
*.swo
# 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
sdkconfig
2020-08-16 16:40:05 +02:00
sdkconfig.old
.local
cert.pem