mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 03:04:37 +01:00
48 lines
537 B
Plaintext
48 lines
537 B
Plaintext
.config
|
|
*.o
|
|
*.pyc
|
|
|
|
# emacs
|
|
.dir-locals.el
|
|
|
|
# emacs temp file suffixes
|
|
*~
|
|
.#*
|
|
\#*#
|
|
|
|
# eclipse setting
|
|
.settings
|
|
|
|
# MacOS directory files
|
|
.DS_Store
|
|
|
|
# Doc build artifacts
|
|
docs
|
|
|
|
# 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
|
|
sdkconfig.old
|
|
|
|
.local
|
|
|
|
cert.pem |