diff mbox

tests: Ignore test-char binary

Message ID 20161205105241.8585-1-lma@suse.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lin Ma Dec. 5, 2016, 10:52 a.m. UTC
Commit ea3af47d added test for chardev unit tests, but didn't add
the name of generated binary in .gitignore.

Signed-off-by: Lin Ma <lma@suse.com>
---
 tests/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Marc-André Lureau Dec. 5, 2016, 11:40 a.m. UTC | #1
Patch already sent by Changlong Xie, can someone pick it? thanks

On Mon, Dec 5, 2016 at 1:53 PM Lin Ma <lma@suse.com> wrote:

> Commit ea3af47d added test for chardev unit tests, but didn't add
> the name of generated binary in .gitignore.
>
> Signed-off-by: Lin Ma <lma@suse.com>
> ---
>  tests/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tests/.gitignore b/tests/.gitignore
> index c0d7857..99f2aac 100644
> --- a/tests/.gitignore
> +++ b/tests/.gitignore
> @@ -82,5 +82,6 @@ test-xbzrle
>  test-netfilter
>  test-filter-mirror
>  test-filter-redirector
> +test-char
>  *-test
>  qapi-schema/*.test.*
> --
> 2.9.2
>
>
> --
Marc-André Lureau
Stefan Hajnoczi Dec. 6, 2016, 8:07 p.m. UTC | #2
On Mon, Dec 05, 2016 at 06:52:41PM +0800, Lin Ma wrote:
> Commit ea3af47d added test for chardev unit tests, but didn't add
> the name of generated binary in .gitignore.
> 
> Signed-off-by: Lin Ma <lma@suse.com>
> ---
>  tests/.gitignore | 1 +
>  1 file changed, 1 insertion(+)

Thanks, I have applied Changlong Xie's earlier patch but added your
commit description and name too.

Stefan
diff mbox

Patch

diff --git a/tests/.gitignore b/tests/.gitignore
index c0d7857..99f2aac 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -82,5 +82,6 @@  test-xbzrle
 test-netfilter
 test-filter-mirror
 test-filter-redirector
+test-char
 *-test
 qapi-schema/*.test.*