Merge branch 'contrib/github_pr_11794' into 'master'

Update .gitignore (Sublime + Clangd) (GitHub PR)

Closes IDFGH-10554

See merge request espressif/esp-idf!25308
pull/12097/head
Fu Hanxi 2023-08-16 08:24:13 +08:00
commit a39acdfb7c
1 zmienionych plików z 7 dodań i 0 usunięć

7
.gitignore vendored
Wyświetl plik

@ -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