All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Add qga/qapi-generated to .gitignore
@ 2014-03-10 17:14 ` Gabriel L. Somlo
  0 siblings, 0 replies; 8+ messages in thread
From: Gabriel L. Somlo @ 2014-03-10 17:14 UTC (permalink / raw)
  To: qemu-devel, qemu-trivial

The folder "qga/qapi-generated" shows up after building QEMU, and
gets in the way during e.g. "git add ."; Add it to .gitignore to
keep it from accidentally ending up in the wrong place.

Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index ef7019f..a0895c9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,7 @@
 libdis*
 libuser
 /linux-headers/asm
+qga/qapi-generated
 /qapi-generated
 /qapi-types.[ch]
 /qapi-visit.[ch]
-- 
1.8.1.4



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

end of thread, other threads:[~2014-03-14 16:23 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-10 17:14 [Qemu-trivial] [PATCH] Add qga/qapi-generated to .gitignore Gabriel L. Somlo
2014-03-10 17:14 ` [Qemu-devel] " Gabriel L. Somlo
2014-03-10 17:57 ` [Qemu-trivial] " Eric Blake
2014-03-10 17:57   ` Eric Blake
2014-03-10 18:08   ` [Qemu-trivial] [PATCH v2] " Gabriel L. Somlo
2014-03-10 18:08     ` [Qemu-devel] " Gabriel L. Somlo
2014-03-14 16:22     ` [Qemu-trivial] " Michael Tokarev
2014-03-14 16:22       ` [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.