From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: Eduardo Habkost <ehabkost@redhat.com>,
John Admanski <jadmanski@google.com>
Cc: Luiz Capitulino <lcapitulino@redhat.com>,
kvm@vger.kernel.org, autotest@test.kernel.org
Subject: Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file
Date: Tue, 12 Oct 2010 13:18:21 -0300 [thread overview]
Message-ID: <1286900301.4606.9.camel@freedom> (raw)
In-Reply-To: <20101008180226.GR24658@blackpad.lan.raisama.net>
On Fri, 2010-10-08 at 15:02 -0300, Eduardo Habkost wrote:
> On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote:
> >
> > Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
> > ---
> > Eduardo, can you actually commit to a git mirror? It's hard to work in your
> > repo w/o this file.
>
> Can't we get this added to svn:ignore on the Subversion repository
> first? I would like the git mirror match exactly what's on SVN (with
> svn:ignore being translated to a .gitignore file).
Ok, will ask the folks from google to do that for us.
John, I don't know who is doing the administration of the autotest SVN
repo, so I am sending this to you. Could you please add the following to
the svn:ignore list of the repo?
+*.pyc
+client/control
+client/results/
+client/tests/kvm/images
+client/tests/kvm/env
+client/tmp
+client/tests/kvm/*.cfg
Thanks!
> >
> > .gitignore | 7 +++++++
> > 1 files changed, 7 insertions(+), 0 deletions(-)
> > create mode 100644 .gitignore
> >
> > diff --git a/.gitignore b/.gitignore
> > new file mode 100644
> > index 0000000..f23bd95
> > --- /dev/null
> > +++ b/.gitignore
> > @@ -0,0 +1,7 @@
> > +*.pyc
> > +client/control
> > +client/results/
> > +client/tests/kvm/images
> > +client/tests/kvm/env
> > +client/tmp
> > +client/tests/kvm/*.cfg
> > --
> > 1.7.3.1.50.g1e633
> >
>
next prev parent reply other threads:[~2010-10-12 16:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-10-07 20:22 [AUTOTEST MIRROR][PATCH] Introduce .gitignore file Luiz Capitulino
2010-10-08 18:02 ` Eduardo Habkost
2010-10-08 21:25 ` Luiz Capitulino
2010-10-12 16:18 ` Lucas Meneghel Rodrigues [this message]
2010-10-12 16:24 ` Avi Kivity
2010-10-12 16:47 ` Lucas Meneghel Rodrigues
2010-10-13 19:51 ` Eduardo Habkost
2010-10-13 20:57 ` Lucas Meneghel Rodrigues
2010-10-14 6:57 ` [Autotest] " Amos Kong
2010-10-12 16:26 ` John Admanski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1286900301.4606.9.camel@freedom \
--to=lmr@redhat.com \
--cc=autotest@test.kernel.org \
--cc=ehabkost@redhat.com \
--cc=jadmanski@google.com \
--cc=kvm@vger.kernel.org \
--cc=lcapitulino@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.