diff options
| author | Eric Blake <eblake@redhat.com> | 2019-02-01 13:32:34 -0600 |
|---|---|---|
| committer | Alex Bennée <alex.bennee@linaro.org> | 2019-02-26 14:05:19 +0000 |
| commit | 3acf04f8998142a16b91b433d6088a0b25fbcd6e (patch) | |
| tree | 53a267b716580f8ade76b2d7d221c54b8471403a | |
| parent | ef80b99ce7ffbd66b3efd493f4ca99f8abf59e79 (diff) | |
| download | focaccia-qemu-3acf04f8998142a16b91b433d6088a0b25fbcd6e.tar.gz focaccia-qemu-3acf04f8998142a16b91b433d6088a0b25fbcd6e.zip | |
tests: Ignore fp test outputs
Commit 2cade3d wired up new tests, but did not exclude the new *.out files produced by running the tests. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Emilio G. Cota <cota@braap.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
| -rw-r--r-- | tests/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/.gitignore b/tests/.gitignore index 72c18aaab0..f2bf85c8c4 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -5,6 +5,7 @@ benchmark-crypto-hmac check-* !check-*.c !check-*.sh +fp/*.out qht-bench rcutorture test-* |