From cc3ca9bfaf5dda71016fbbf68283c0ad297bf1fa Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Sat, 1 Dec 2018 14:24:18 -0800 Subject: [PATCH] global gitignore --- FAQ.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/FAQ.md b/FAQ.md index 1359b94..6207bdf 100644 --- a/FAQ.md +++ b/FAQ.md @@ -1,3 +1,7 @@ +### `.ccls-cache/` + +The cache directory is `.ccls-cache/` by default. It can be shared among different clients. You may add `.ccls-cache` to the global gitignore file `~/.config/git/ignore` + ### Does it support `compile_flags.txt`? No. https://github.com/MaskRay/ccls/issues/110