.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:
committed by
Tom Rini
parent
6aacad2d53
commit
b703bda0be
3
.gitignore
vendored
3
.gitignore
vendored
@@ -109,3 +109,6 @@ __pycache__
|
||||
|
||||
# qconfig database
|
||||
/qconfig.db
|
||||
|
||||
# Clang's compilation database file
|
||||
/compile_commands.json
|
||||
|
||||
Reference in New Issue
Block a user