qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] .gitignore: Ignore libdis*, qemu-options.def
@ 2010-06-24 20:31 Stefan Weil
  2010-06-27 20:24 ` Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Weil @ 2010-06-24 20:31 UTC (permalink / raw)
  To: QEMU Developers

libdis, libdis-user and qemu-options.def are generated
directories / files and should be ignored by git.

Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index fdfe2f0..ce66ed5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@ config-target.*
 *-darwin-user
 *-linux-user
 *-bsd-user
+libdis*
 libhw32
 libhw64
 libuser
@@ -21,6 +22,7 @@ qemu-img
 qemu-nbd
 qemu-nbd.8
 qemu-nbd.pod
+qemu-options.def
 qemu-options.texi
 qemu-img-cmds.texi
 qemu-img-cmds.h
-- 
1.7.1

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

end of thread, other threads:[~2010-06-27 20:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-24 20:31 [Qemu-devel] [PATCH] .gitignore: Ignore libdis*, qemu-options.def Stefan Weil
2010-06-27 20:24 ` Blue Swirl

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).