diff mbox

maint: Add module_block.h to .gitignore

Message ID 20160923091606.20323-1-lma@suse.com (mailing list archive)
State New, archived
Headers show

Commit Message

Lin Ma Sept. 23, 2016, 9:16 a.m. UTC
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>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Fam Zheng Sept. 23, 2016, 9:36 a.m. UTC | #1
On Fri, 09/23 17:16, Lin Ma wrote:
> 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>
> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index c91d018..97aca6c 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]
> -- 
> 2.9.2
> 
> 

Reviewed-by: Fam Zheng <famz@redhat.com>
Michael Tokarev Sept. 29, 2016, 3:51 p.m. UTC | #2
23.09.2016 12:36, Fam Zheng wrote:
> On Fri, 09/23 17:16, Lin Ma wrote:
>> Commit 0c0c1fd9 generated module_block.h automatically, Add it to .gitignore to
>> avoid checking in it by 'git add .'.

Applied to -trivial, thank you!

/mjt
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index c91d018..97aca6c 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]