diff options
author | Hidetoshi Seto | 2010-07-01 05:30:23 +0200 |
---|---|---|
committer | Aurelien Jarno | 2010-07-01 23:45:28 +0200 |
commit | d7a5842b0313b4723d35e23203185b02681741ee (patch) | |
tree | 05ebe5156aa53f0f9f97214e839a4fbb207b8a2a /.gitignore | |
parent | target-i386: fix xchg rax,r8 (diff) | |
download | qemu-d7a5842b0313b4723d35e23203185b02681741ee.tar.gz qemu-d7a5842b0313b4723d35e23203185b02681741ee.tar.xz qemu-d7a5842b0313b4723d35e23203185b02681741ee.zip |
Add QMP/qmp-commands.txt to .gitignore
QMP/qmp-commands.txt is a generated file.
Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ce66ed5d30..a32b7c4bc0 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ qemu-img-cmds.texi qemu-img-cmds.h qemu-io qemu-monitor.texi +QMP/qmp-commands.txt .gdbinit *.a *.aux |