[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 1/2] move test-* from .gitignore to tests/.gitign
From: |
Cole Robinson |
Subject: |
[Qemu-devel] [PATCH v2 1/2] move test-* from .gitignore to tests/.gitignore |
Date: |
Fri, 11 Apr 2014 18:23:01 -0400 |
From: Laszlo Ersek <address@hidden>
Also sort the test-* entries in the latter.
Signed-off-by: Laszlo Ersek <address@hidden>
---
From: https://lists.gnu.org/archive/html/qemu-devel/2013-10/msg01998.html
v2:
Rebased to master
.gitignore | 9 ---------
tests/.gitignore | 11 +++++++++--
2 files changed, 9 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index de90463..2748526 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,15 +49,6 @@ libuser
/qemu-monitor.texi
/qmp-commands.txt
/vscclient
-/test-bitops
-/test-coroutine
-/test-int128
-/test-opts-visitor
-/test-qmp-input-visitor
-/test-qmp-output-visitor
-/test-string-input-visitor
-/test-string-output-visitor
-/test-visitor-serialization
/fsdev/virtfs-proxy-helper
/fsdev/virtfs-proxy-helper.1
/fsdev/virtfs-proxy-helper.pod
diff --git a/tests/.gitignore b/tests/.gitignore
index 9ba9d96..3aa1e95 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -7,20 +7,27 @@ check-qstring
check-qom-interface
test-aio
test-bitops
-test-throttle
+test-coroutine
test-cutils
test-hbitmap
test-int128
test-iov
test-mul64
+test-opts-visitor
test-qapi-types.[ch]
test-qapi-visit.[ch]
test-qdev-global-props
-test-qmp-commands.h
test-qmp-commands
+test-qmp-commands.h
test-qmp-input-strict
+test-qmp-input-visitor
test-qmp-marshal.c
+test-qmp-output-visitor
+test-string-input-visitor
+test-string-output-visitor
test-thread-pool
+test-throttle
+test-visitor-serialization
test-vmstate
test-x86-cpuid
test-xbzrle
--
1.9.0
- [Qemu-devel] [PATCH v2 1/2] move test-* from .gitignore to tests/.gitignore,
Cole Robinson <=