diff options
author | Lin Ma <lma@suse.com> | 2016-09-23 17:16:06 +0800 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2016-10-08 11:25:29 +0300 |
commit | 7a488b5b2426cfb1d0d0ab01960e29cf9127792b (patch) | |
tree | b9bf9526d8c3bc2976c18bc8a82beb7aded9e320 | |
parent | 81527b94ad14d9f2b33b88ba31b68e2775a5e4fc (diff) | |
download | qemu-7a488b5b2426cfb1d0d0ab01960e29cf9127792b.zip qemu-7a488b5b2426cfb1d0d0ab01960e29cf9127792b.tar.gz qemu-7a488b5b2426cfb1d0d0ab01960e29cf9127792b.tar.bz2 |
maint: Add module_block.h to .gitignore
Commit 0c0c1fd9 generated module_block.h automatically, Add it to .gitignore to
avoid checking in it by 'git add .'.
Signed-off-by: Lin Ma <lma@suse.com>
Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -55,6 +55,7 @@ /qemu-monitor-info.texi /qemu-version.h /qemu-version.h.tmp +/module_block.h /vscclient /fsdev/virtfs-proxy-helper *.[1-9] |