aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJoao Marcos Costa <jmcosta944@gmail.com>2023-10-01 12:00:33 +0200
committerTom Rini <trini@konsulko.com>2023-10-11 13:24:55 -0400
commitb703bda0bee82288793b9b8e7376b7826c58ce80 (patch)
tree4f1420af5faef982dc1ad4277282142f74bdd9fd /.gitignore
parent6aacad2d53bc6dececad95d54383bbebd90a836e (diff)
downloadu-boot-b703bda0bee82288793b9b8e7376b7826c58ce80.zip
u-boot-b703bda0bee82288793b9b8e7376b7826c58ce80.tar.gz
u-boot-b703bda0bee82288793b9b8e7376b7826c58ce80.tar.bz2
.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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aa01604..84051b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,3 +109,6 @@ __pycache__
# qconfig database
/qconfig.db
+
+# Clang's compilation database file
+/compile_commands.json