mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
.gitignore: Ignore gcov files(*.gcno and *.gcda)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
e2f0ae3816
commit
0e9946956a
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,6 +4,8 @@
|
|||
*.d
|
||||
*.dSYM
|
||||
*.exe
|
||||
*.gcno
|
||||
*.gcda
|
||||
*.hobj
|
||||
*.i
|
||||
*.lib
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue