]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
.gitignore: add compile_commands.json
authorJoao Marcos Costa <jmcosta944@gmail.com>
Sun, 1 Oct 2023 10:00:33 +0000 (12:00 +0200)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 17:24:55 +0000 (13:24 -0400)
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>
.gitignore

index aa01604107886f8bec9c980cc8e569357e903c7f..84051b7bfde09def310d36712144579d5d0c740c 100644 (file)
@@ -109,3 +109,6 @@ __pycache__
 
 # qconfig database
 /qconfig.db
+
+# Clang's compilation database file
+/compile_commands.json