From 7a420d4bbad8b96902bb5ea0d5e303d797614f67 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 4 Jun 2020 10:05:42 +0900 Subject: Add `.ccls*` to `.gitignore`. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 48f085183..c78d02797 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ .svn .vscode .yardoc +.ccls* cscope.files cscope.out tags -- cgit v1.2.3