Add .cache to .gitignore.

The `.cache` directory seems to be created by clangd.

Bug: None
Change-Id: I2d43fd11dd13aaec6a0af00f9b7f1e72d73703f3
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/202900
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Rasmus Brandt <brandtr@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#33045}
This commit is contained in:
Rasmus Brandt 2021-01-20 15:06:45 +01:00 committed by Commit Bot
parent 4f281f142a
commit 1657baf67b

1
.gitignore vendored
View file

@ -26,6 +26,7 @@
*_proto_cpp.xml *_proto_cpp.xml
*~ *~
.*.sw? .*.sw?
.cache
.cipd .cipd
.clangd .clangd
.classpath .classpath