mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
.gitignore: Add .cache (#1825)
This is where clangd puts a bunch of junk, so it's nice to have it ignored for folks who use clangd.
This commit is contained in:
parent
424e21ec07
commit
a2642f93a4
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
cmake-*
|
cmake-*
|
||||||
|
.cache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
build
|
build
|
||||||
build-*
|
build-*
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue