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:
guoshichao 2024-07-19 20:47:10 +08:00 committed by Xiang Xiao
parent 7b5e54cd7b
commit fa22160cb0

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
*.gcda
*.hobj
*.i
*.inf
*.lib
*.lst
*.o