[PATCH v2 5/6] .gitignore: add compile_commands.json
Joao Marcos Costa
jmcosta944 at gmail.com
Fri Sep 1 22:03:52 CEST 2023
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 at gmail.com>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 002f95de4f..261a1d6754 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,3 +109,6 @@ __pycache__
# moveconfig database
/moveconfig.db
+
+# Clang's compilation database file
+/compile_commands.json
--
2.41.0
More information about the U-Boot
mailing list