diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-07-09 10:54:16 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-07-24 11:45:25 +0100 |
commit | 1818d50179b314a833d0d8881a4b36001cc8e189 (patch) | |
tree | 3306ed18365163a1c7ddbf6cf4e616bcda6618a9 /tests/.gitignore | |
parent | 768cef2974fb1fa30dd188b043ea737e13fea477 (diff) |
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>
Diffstat (limited to 'tests/.gitignore')
-rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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] |