Skip to content

Commit

Permalink
Add .cache to .gitignore.
Browse files Browse the repository at this point in the history
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 <[email protected]>
Commit-Queue: Rasmus Brandt <[email protected]>
Cr-Commit-Position: refs/heads/master@{#33045}
  • Loading branch information
rasmusbrandt authored and Commit Bot committed Jan 20, 2021
1 parent 4f281f1 commit 1657baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
*_proto_cpp.xml
*~
.*.sw?
.cache
.cipd
.clangd
.classpath
Expand Down

0 comments on commit 1657baf

Please sign in to comment.