[Qemu-devel] [PATCH v3 for 3.0 01/18] tests/.gitignore: don't ignore docker tests

Alex Bennée posted 18 patches 7 years, 3 months ago
[Qemu-devel] [PATCH v3 for 3.0 01/18] tests/.gitignore: don't ignore docker tests
Posted by Alex Bennée 7 years, 3 months ago
The .gitignore was being a little over enthusiastic hiding files.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

---
v2
  - minor wording tweak for more explicitness
---
 tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/.gitignore b/tests/.gitignore
index 08e2df1ce1..72c18aaab0 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -9,6 +9,7 @@ qht-bench
 rcutorture
 test-*
 !test-*.c
+!docker/test-*
 test-qapi-commands.[ch]
 test-qapi-events.[ch]
 test-qapi-types.[ch]
-- 
2.17.1