Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 26c4c71b authored by Toru Komatsu's avatar Toru Komatsu Committed by Masahiro Yamada
Browse files

.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: default avatarToru Komatsu <k0ma@utam0k.jp>
Reviewed-by: default avatarNick Desaulniers <ndesaulniers@google.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent b2eff092
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -142,3 +142,6 @@ x509.genkey

# Kdevelop4
*.kdev4

# Clang's compilation database file
/compile_commands.json