mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
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 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -7,6 +7,7 @@
|
|||
*.gcda
|
||||
*.hobj
|
||||
*.i
|
||||
*.inf
|
||||
*.lib
|
||||
*.lst
|
||||
*.o
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue