diff mbox

.gitignore: ignore qmp-commands.txt

Message ID 1381805919-11572-1-git-send-email-famz@redhat.com
State New
Headers show

Commit Message

Fam Zheng Oct. 15, 2013, 2:58 a.m. UTC
This file is moved out from QMP/ to BUILD dir, change the ignore file
too.

Signed-off-by: Fam Zheng <famz@redhat.com>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Luiz Capitulino Oct. 15, 2013, 1:27 p.m. UTC | #1
On Tue, 15 Oct 2013 10:58:39 +0800
Fam Zheng <famz@redhat.com> wrote:

> This file is moved out from QMP/ to BUILD dir, change the ignore file
> too.
> 
> Signed-off-by: Fam Zheng <famz@redhat.com>

Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com>

PS: Assuming this will be taken by Michael.

> ---
>  .gitignore | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 8e1b73f..5584b5f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -44,7 +44,7 @@ qemu-ga
>  qemu-bridge-helper
>  qemu-monitor.texi
>  vscclient
> -QMP/qmp-commands.txt
> +qmp-commands.txt
>  test-bitops
>  test-coroutine
>  test-int128
Michael Tokarev Oct. 21, 2013, 8:42 a.m. UTC | #2
15.10.2013 06:58, Fam Zheng wrote:
> This file is moved out from QMP/ to BUILD dir, change the ignore file
> too.

Thanks, applied to the trivial patches queue.

/mjt
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 8e1b73f..5584b5f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,7 +44,7 @@  qemu-ga
 qemu-bridge-helper
 qemu-monitor.texi
 vscclient
-QMP/qmp-commands.txt
+qmp-commands.txt
 test-bitops
 test-coroutine
 test-int128