Skip to content

Commit 4287520

Browse files
jakesfreelandmarkjdb
authored andcommitted
.gitignore: Ignore LSP generated .cache
Language servers like clangd generate a .cache directory to store compilation cache. Tell Git to ignore this directory when staging files. Reviewed by: markj MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D38937
1 parent 068f2c0 commit 4287520

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ cscope.po.out
2525
compile_commands.json
2626
compile_commands.events.json
2727
tags
28+
.cache
2829
.clangd
2930
.ccls-cache

0 commit comments

Comments
 (0)