Skip to content

Commit

Permalink
chore: add clangd files to .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Jan 15, 2024
1 parent d30c81a commit 29fc5ea
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ build/
*.nvim*
*.vim*

#kdevelop
# kdevelop
.kdev/
*.kdev*

Expand All @@ -93,5 +93,9 @@ cscope.files
# rpm
tox.spec

# clangd
.cache/
compile_commands.json

/infer
.idea/

0 comments on commit 29fc5ea

Please sign in to comment.