qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v6 01/29] tests: Improve .gitignore for tests/multib


From: Eric Blake
Subject: [Qemu-devel] [PATCH v6 01/29] tests: Improve .gitignore for tests/multiboot
Date: Fri, 1 Sep 2017 13:03:12 -0500

Right now, tests/multiboot is not run by default during 'make check';
but when it is run in-tree, it was leaving some junk behind that could
accidentally get checked in with a careless 'git add tests'.

Signed-off-by: Eric Blake <address@hidden>
---
 tests/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/.gitignore b/tests/.gitignore
index fed0189a5a..64ecd6683b 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -10,6 +10,8 @@ check-qnull
 check-qstring
 check-qom-interface
 check-qom-proplist
+multiboot/test.out
+multiboot/*.elf
 qht-bench
 rcutorture
 test-aio
-- 
2.13.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]