From: Joao Marcos Costa <jmcosta944@gmail.com>
Date: Sun, 1 Oct 2023 10:00:33 +0000 (+0200)
Subject: .gitignore: add compile_commands.json
X-Git-Tag: v2025.01-rc5-pxa1908~833^2~3
X-Git-Url: http://git.dujemihanovic.xyz/%22bddb.css/static/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=b703bda0bee82288793b9b8e7376b7826c58ce80;p=u-boot.git

.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 aa01604107..84051b7bfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -109,3 +109,6 @@ __pycache__
 
 # qconfig database
 /qconfig.db
+
+# Clang's compilation database file
+/compile_commands.json