diff options
| author | Lin Ma | 2016-09-23 11:16:06 +0200 |
|---|---|---|
| committer | Michael Tokarev | 2016-10-08 10:25:29 +0200 |
| commit | 7a488b5b2426cfb1d0d0ab01960e29cf9127792b (patch) | |
| tree | b9bf9526d8c3bc2976c18bc8a82beb7aded9e320 | |
| parent | MAINTAINERS: Some updates related to the SH4 machines (diff) | |
| download | qemu-7a488b5b2426cfb1d0d0ab01960e29cf9127792b.tar.gz qemu-7a488b5b2426cfb1d0d0ab01960e29cf9127792b.tar.xz qemu-7a488b5b2426cfb1d0d0ab01960e29cf9127792b.zip | |
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
diff --git a/.gitignore b/.gitignore index c91d018c78..97aca6c6b2 100644 --- a/.gitignore +++ b/.gitignore @@ -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] |
