1
0
Fork 0
mirror of https://github.com/u-boot/u-boot.git synced 2025-04-26 23:41:50 +00:00

.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>
This commit is contained in:
Joao Marcos Costa 2023-10-01 12:00:33 +02:00 committed by Tom Rini
parent 6aacad2d53
commit b703bda0be

3
.gitignore vendored
View file

@ -109,3 +109,6 @@ __pycache__
# qconfig database
/qconfig.db
# Clang's compilation database file
/compile_commands.json