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:
parent
6aacad2d53
commit
b703bda0be
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -109,3 +109,6 @@ __pycache__
|
|||
|
||||
# qconfig database
|
||||
/qconfig.db
|
||||
|
||||
# Clang's compilation database file
|
||||
/compile_commands.json
|
||||
|
|
Loading…
Add table
Reference in a new issue