Skip to content

Commit

Permalink
add compile_commands.json (fixes lsp and treesitter stuff)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Dec 11, 2023
1 parent 67e572b commit fbdd80f
Show file tree
Hide file tree
Showing 4 changed files with 311 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,6 @@ bin/

# Simulation GUI and other tools window save file
*-window.json

# clangd
/.cache
1 change: 1 addition & 0 deletions .styleguide
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ cppSrcFileInclude {

modifiableFileExclude {
gradle/
compile_commands.json
}
Loading

0 comments on commit fbdd80f

Please sign in to comment.