From 49f1c0e94d3286bcd4e7342a775bb256374079d6 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Thu, 4 Jun 2020 14:12:19 +0900 Subject: Ignore files for `clangd`. - `compile_flags.txt' - `compile_commands.json` --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c78d02797..6a0e7e46b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,8 @@ .vscode .yardoc .ccls* +compile_flags.txt +compile_commands.json cscope.files cscope.out tags -- cgit v1.2.3