Re: [Qemu-devel] [PATCH 5/5] tests/multiboot: Add .gitignore

2018-03-14 Thread Eric Blake

On 03/14/2018 12:43 PM, Eric Blake wrote:

On 03/14/2018 12:32 PM, Kevin Wolf wrote:

Signed-off-by: Kevin Wolf 
---
  tests/multiboot/.gitignore | 3 +++
  1 file changed, 3 insertions(+)
  create mode 100644 tests/multiboot/.gitignore


Reviewed-by: Eric Blake 


Huh - and I even proposed something similar a while back:
https://lists.gnu.org/archive/html/qemu-devel/2017-09/msg00305.html

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.   +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



Re: [Qemu-devel] [PATCH 5/5] tests/multiboot: Add .gitignore

2018-03-14 Thread Eric Blake

On 03/14/2018 12:32 PM, Kevin Wolf wrote:

Signed-off-by: Kevin Wolf 
---
  tests/multiboot/.gitignore | 3 +++
  1 file changed, 3 insertions(+)
  create mode 100644 tests/multiboot/.gitignore


Reviewed-by: Eric Blake 

--
Eric Blake, Principal Software Engineer
Red Hat, Inc.   +1-919-301-3266
Virtualization:  qemu.org | libvirt.org



[Qemu-devel] [PATCH 5/5] tests/multiboot: Add .gitignore

2018-03-14 Thread Kevin Wolf
Signed-off-by: Kevin Wolf 
---
 tests/multiboot/.gitignore | 3 +++
 1 file changed, 3 insertions(+)
 create mode 100644 tests/multiboot/.gitignore

diff --git a/tests/multiboot/.gitignore b/tests/multiboot/.gitignore
new file mode 100644
index 00..93ef99800b
--- /dev/null
+++ b/tests/multiboot/.gitignore
@@ -0,0 +1,3 @@
+*.bin
+*.elf
+test.out
-- 
2.13.6