Commit 5ac4f474 authored by Georg Neis's avatar Georg Neis Committed by Commit Bot

Add .ccls-cache to .gitignore

This directory is created by ccls (language server for C++ and others).

R=sigurds@chromium.org

Change-Id: I2413921ca896ad2003fcfd10fdadb739f1af18c8
Reviewed-on: https://chromium-review.googlesource.com/c/1487151Reviewed-by: 's avatarSigurd Schneider <sigurds@chromium.org>
Commit-Queue: Sigurd Schneider <sigurds@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59855}
parent 4b6b8cf6
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
*~ *~
.#* .#*
.*.sw? .*.sw?
.ccls-cache
.cpplint-cache .cpplint-cache
.cproject .cproject
.d8_history .d8_history
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment