diff options
author | Fam Zheng <famz@redhat.com> | 2013-10-15 10:58:39 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2013-10-26 13:01:57 +0400 |
commit | eb02dc0b118c87a366002e3a725ab3373e1738db (patch) | |
tree | 1457596a8eb90fbc652eca21d9762d997e291965 /.gitignore | |
parent | 73f395fa88d87ae14f38ad0aa7f863148d98eef2 (diff) | |
download | qemu-eb02dc0b118c87a366002e3a725ab3373e1738db.tar.gz qemu-eb02dc0b118c87a366002e3a725ab3373e1738db.tar.bz2 qemu-eb02dc0b118c87a366002e3a725ab3373e1738db.zip |
.gitignore: ignore qmp-commands.txt
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>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8e1b73f622..5584b5fcb0 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 |