Skip to content

Commit ec5f680

Browse files
authored
[NFC] Update .gitignore (#8120)
Adds .cache directory to .gitignore. It is used by clangd.
1 parent 83e3565 commit ec5f680

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ tools/polly
7070
docs/_build
7171
# TAEF crash logs.
7272
WexLogFileOutput/*
73+
# .cache directory - used by clangd
74+
.cache
7375

7476
#==============================================================================#
7577
# Files created in tree by the Go bindings.

0 commit comments

Comments
 (0)