1
0
mirror of https://github.com/libuv/libuv synced 2025-03-28 21:13:16 +00:00

build: add .cache clangd folder to .gitignore (#4257)

The clangd index, before creating the `compile_commands.json` file will
create the indexes under a `.cache` folder. This does not need to be
tracked by the repo.

Signed-off-by: Juan José Arboleda <soyjuanarbol@gmail.com>
This commit is contained in:
Juan José 2024-01-05 04:38:15 -05:00 committed by GitHub
parent 64bd28f5ba
commit e72a91e063
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
.gitignore vendored
View File

@ -11,6 +11,7 @@
*.VC.db
*.VC.opendb
core
.cache
vgcore.*
.buildstamp
.dirstamp