mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
67115a4013
commit
c5129d3770
7
.gitignore
vendored
7
.gitignore
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user