qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] Add qga/qapi-generated to .gitignore
@ 2014-03-10 17:14 Gabriel L. Somlo
  2014-03-10 17:57 ` Eric Blake
  0 siblings, 1 reply; 4+ 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] 4+ messages in thread

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).