.gitignore: Ignore gcov files(*.gcno and *.gcda)
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
e2f0ae3816
commit
0e9946956a
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,6 +4,8 @@
|
|||||||
*.d
|
*.d
|
||||||
*.dSYM
|
*.dSYM
|
||||||
*.exe
|
*.exe
|
||||||
|
*.gcno
|
||||||
|
*.gcda
|
||||||
*.hobj
|
*.hobj
|
||||||
*.i
|
*.i
|
||||||
*.lib
|
*.lib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user