All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel]  [PATCH] maint: Add module_block.h to .gitignore
@ 2016-09-23  9:16 Lin Ma
  2016-09-23  9:36   ` Fam Zheng
  0 siblings, 1 reply; 5+ messages in thread
From: Lin Ma @ 2016-09-23  9:16 UTC (permalink / raw)
  To: qemu-devel; +Cc: mjt, eblake

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-09-29 15:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-23  9:16 [Qemu-devel] [PATCH] maint: Add module_block.h to .gitignore Lin Ma
2016-09-23  9:36 ` [Qemu-trivial] " Fam Zheng
2016-09-23  9:36   ` Fam Zheng
2016-09-29 15:51   ` [Qemu-trivial] " Michael Tokarev
2016-09-29 15:51     ` [Qemu-devel] " Michael Tokarev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.