diff options
author | Kevin Wolf <kwolf@redhat.com> | 2018-03-14 13:34:40 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2018-03-21 15:13:40 +0100 |
commit | e2679395d598bd40770c22a793c0152576ac211f (patch) | |
tree | 7b511b1dc02d61dad3b3dbc25945181fdd178bc5 /tests | |
parent | 1c8c426fb44bf5b3ffbcad1b00c7def4b89b03ec (diff) | |
download | qemu-e2679395d598bd40770c22a793c0152576ac211f.zip |
tests/multiboot: Add .gitignore
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jack Schwartz <jack.schwartz@oracle.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/multiboot/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/multiboot/.gitignore b/tests/multiboot/.gitignore new file mode 100644 index 0000000000..93ef99800b --- /dev/null +++ b/tests/multiboot/.gitignore @@ -0,0 +1,3 @@ +*.bin +*.elf +test.out |