[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 04/22] .gitignore: add .gcov pattern
|
From: |
Alex Bennée |
|
Subject: |
[PATCH v1 04/22] .gitignore: add .gcov pattern |
|
Date: |
Mon, 24 Jan 2022 20:15:50 +0000 |
The gcovr tool is very messy and can leave a lot of crap in the source
tree even when using build directories.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index eb2553026c..9726a778b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ GTAGS
*.depend_raw
*.swp
*.patch
+*.gcov
--
2.30.2
- [PATCH v1 00/22] testing and plugin updates, Alex Bennée, 2022/01/24
- [PATCH v1 01/22] tests/Makefile.include: clean-up old code, Alex Bennée, 2022/01/24
- [PATCH v1 02/22] tests/qtest: enable more vhost-user tests by default, Alex Bennée, 2022/01/24
- [PATCH v1 07/22] tests/lcitool: Include local qemu.yml when refreshing cirrus-ci files, Alex Bennée, 2022/01/24
- [PATCH v1 05/22] MAINTAINERS: Cover lcitool submodule with build test / automation, Alex Bennée, 2022/01/24
- [PATCH v1 04/22] .gitignore: add .gcov pattern,
Alex Bennée <=
- [PATCH v1 03/22] Makefile: also remove .gcno files when cleaning, Alex Bennée, 2022/01/24
- [PATCH v1 06/22] gitmodules: Correct libvirt-ci submodule URL, Alex Bennée, 2022/01/24
- [PATCH v1 12/22] plugins: stxp test case from Aaron (!upstream), Alex Bennée, 2022/01/24
- [PATCH v1 08/22] drop libxml2 checks since libxml is not actually used (for parallels), Alex Bennée, 2022/01/24
- [PATCH v1 09/22] tests/lcitool: Refresh submodule and remove libxml2, Alex Bennée, 2022/01/24