From c5129d3770068b0c006f909de117d09942ee65bf Mon Sep 17 00:00:00 2001 From: Sam Eaton Date: Mon, 3 Jul 2023 12:02:00 -0700 Subject: [PATCH] Update .gitignore - Adds Sublime Text - Adds clang config, useful for custom local LSP server Merges https://github.com/espressif/esp-idf/pull/11794 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 20428dc70e2..51acf0b5beb 100644 --- a/.gitignore +++ b/.gitignore @@ -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