git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aacad2
)
.gitignore: add compile_commands.json
author
Joao Marcos Costa
<jmcosta944@gmail.com>
Sun, 1 Oct 2023 10:00:33 +0000
(12:00 +0200)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
aa01604
..
84051b7
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-109,3
+109,6
@@
__pycache__
# qconfig database
/qconfig.db
+
+# Clang's compilation database file
+/compile_commands.json