Skip to content

Commit

Permalink
Meta: Add .cache to .gitignore
Browse files Browse the repository at this point in the history
The current version of clangd on my machine uses .cache/clangd and not
.clangd anymore so let's add that to .gitignore as well.
  • Loading branch information
linusg authored and awesomekling committed Nov 12, 2020
1 parent e77202f commit b443475
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Toolchain/Local
.ccls-cache
.DS_Store
compile_commands.json
.cache
.clang_complete
.clangd
*Endpoint.h
Expand Down

0 comments on commit b443475

Please sign in to comment.