Skip to content

Commit 26c4c71

Browse files
utam0kmasahir0y
authored andcommitted
.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 <[email protected]> Reviewed-by: Nick Desaulniers <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent b2eff09 commit 26c4c71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,6 @@ x509.genkey
142142

143143
# Kdevelop4
144144
*.kdev4
145+
146+
# Clang's compilation database file
147+
/compile_commands.json

0 commit comments

Comments
 (0)