Update .gitignore

- Adds Sublime Text
- Adds clang config, useful for custom local LSP server

Merges https://github.com/espressif/esp-idf/pull/11794
This commit is contained in:
Sam Eaton 2023-07-03 12:02:00 -07:00 committed by Fu Hanxi
parent 67115a4013
commit c5129d3770
No known key found for this signature in database
GPG Key ID: BD3B2FAD1B4969D4

7
.gitignore vendored
View File

@ -78,6 +78,10 @@ test_multi_heap_host
*.swp
*.swo
# Sublime Text files
*.sublime-project
*.sublime-workspace
# Clion IDE CMake build & config
.idea/
cmake-build-*/
@ -99,3 +103,6 @@ managed_components
pytest_embedded_log/
list_job_*.txt
size_info.txt
# clang config (for LSP)
.clangd