From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luiz Capitulino Subject: Re: [AUTOTEST MIRROR][PATCH] Introduce .gitignore file Date: Fri, 8 Oct 2010 18:25:37 -0300 Message-ID: <20101008182537.1fb6fa61@doriath> References: <20101007172217.7a86fcaf@doriath> <20101008180226.GR24658@blackpad.lan.raisama.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: autotest@test.kernel.org, kvm@vger.kernel.org To: Eduardo Habkost Return-path: In-Reply-To: <20101008180226.GR24658@blackpad.lan.raisama.net> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: autotest-bounces@test.kernel.org Errors-To: autotest-bounces@test.kernel.org List-Id: kvm.vger.kernel.org On Fri, 8 Oct 2010 15:02:26 -0300 Eduardo Habkost wrote: > On Thu, Oct 07, 2010 at 05:22:17PM -0300, Luiz Capitulino wrote: > > > > Signed-off-by: Luiz Capitulino > > --- > > 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). Fine with me. > > > > > .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 > > >