Browse Source

tests/.gitignore: don't ignore docker tests

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>
pull/70/merge
Alex Bennée 8 years ago
parent
commit
1818d50179
  1. 1
      tests/.gitignore

1
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]

Loading…
Cancel
Save