.gitignore: Ignore gcov files(*.gcno and *.gcda)

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-05-03 17:12:03 +08:00 committed by Petro Karashchenko
parent e2f0ae3816
commit 0e9946956a

2
.gitignore vendored
View File

@ -4,6 +4,8 @@
*.d
*.dSYM
*.exe
*.gcno
*.gcda
*.hobj
*.i
*.lib