commit | 8436b1a00ee5767c5010fb96f0f10fd59e0b206a | [log] [tgz] |
---|---|---|
author | Joao Marcos Costa <jmcosta944@gmail.com> | Sun Oct 01 12:00:33 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 13:24:55 2023 -0400 |
tree | 4f1420af5faef982dc1ad4277282142f74bdd9fd | |
parent | 85918cb46394655c22709bb1d1d6067a770ecc1e [diff] [blame] |
.gitignore: add compile_commands.json Add Clang's compilation database file (i.e. compile_commands.json) to .gitignore, at the root of the repository. Signed-off-by: Joao Marcos Costa <jmcosta944@gmail.com> Tested-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
diff --git a/.gitignore b/.gitignore index aa01604..84051b7 100644 --- a/.gitignore +++ b/.gitignore
@@ -109,3 +109,6 @@ # qconfig database /qconfig.db + +# Clang's compilation database file +/compile_commands.json