Skip to content

Commit c08e1ba

Browse files
Haiyue Wangxiaoxiang781216
authored andcommitted
.gitignore: Add the .cache directory generated by clangd
Use VSCode + clangd plugin to develop the code, the clangd will save the metadata into .cache directory, it is about the compile_commands.json: cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=True Add the .cache into .gitignore for friendly clangd development environment. Signed-off-by: Haiyue Wang <[email protected]>
1 parent 2c2a794 commit c08e1ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
*.SystemMap
3737
*~
3838
.depend
39+
/.cache
3940
/.config
4041
/.config.*
4142
/.config-*

0 commit comments

Comments
 (0)