Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
- Adds Sublime Text
- Adds clang config, useful for custom local LSP server

Merges #11794
  • Loading branch information
samueleaton authored and hfudev committed Aug 16, 2023
1 parent 67115a4 commit c5129d3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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-*/
Expand All @@ -99,3 +103,6 @@ managed_components
pytest_embedded_log/
list_job_*.txt
size_info.txt

# clang config (for LSP)
.clangd

0 comments on commit c5129d3

Please sign in to comment.