apps: update .gitignore rule to exclude "*.inf" file
the "*.inf" file are intermediate compilation output from greenhills compiler, we do not need to trace these files Signed-off-by: guoshichao <guoshichao@xiaomi.com>
This commit is contained in:
parent
7b5e54cd7b
commit
fa22160cb0
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
*.gcda
|
*.gcda
|
||||||
*.hobj
|
*.hobj
|
||||||
*.i
|
*.i
|
||||||
|
*.inf
|
||||||
*.lib
|
*.lib
|
||||||
*.lst
|
*.lst
|
||||||
*.o
|
*.o
|
||||||
|
Loading…
x
Reference in New Issue
Block a user