[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190724002233.9813-1-k0ma@utam0k.jp>
Date: Wed, 24 Jul 2019 09:22:33 +0900
From: Toru Komatsu <k0ma@...m0k.jp>
To: linux-kernel@...r.kernel.org
Cc: yamada.masahiro@...ionext.com, clang-built-linux@...glegroups.com,
ndesaulniers@...gle.com, Toru Komatsu <k0ma@...m0k.jp>
Subject: [PATCH v2] .gitignore: Add compilation database file
This file is used by clangd to use language server protocol.
It can be generated at each compile using scripts/gen_compile_commands.py.
Therefore it is different depending on the environment and should be
ignored.
Signed-off-by: Toru Komatsu <k0ma@...m0k.jp>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 8f5422cba6e2..2030c7a4d2f8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -142,3 +142,6 @@ x509.genkey
# Kdevelop4
*.kdev4
+
+# Clang's compilation database file
+/compile_commands.json
--
2.17.1
Powered by blists - more mailing lists