From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH 1/2] gitignore: Ignore various generated files Date: Fri, 13 Dec 2013 19:03:11 +0100 Message-ID: <20131213180311.GC9804@phenom.ffwll.local> References: <1386957086-28618-1-git-send-email-damien.lespiau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ea0-f173.google.com (mail-ea0-f173.google.com [209.85.215.173]) by gabe.freedesktop.org (Postfix) with ESMTP id 1F387FAA93 for ; Fri, 13 Dec 2013 10:02:20 -0800 (PST) Received: by mail-ea0-f173.google.com with SMTP id o10so1035549eaj.4 for ; Fri, 13 Dec 2013 10:02:20 -0800 (PST) Content-Disposition: inline In-Reply-To: <1386957086-28618-1-git-send-email-damien.lespiau@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org To: Damien Lespiau Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Fri, Dec 13, 2013 at 05:51:25PM +0000, Damien Lespiau wrote: > - *.log/*.trs are generated by make check > - TAGS are generated by make tags > - build-aux, config.h.in~ by autoconf > - *.sw? are temporary files create by vim > - name_from_fd wasn't ignored yet for some reason > > Signed-off-by: Damien Lespiau With *~ added this is Reviewed-by: Daniel Vetter > --- > .gitignore | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/.gitignore b/.gitignore > index 5447f5c..17f6cb6 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -9,10 +9,13 @@ bsd-core/*/machine > *.ko.cmd > *.la > *.lo > +*.log > *.mod.c > *.mod.o > *.o > *.o.cmd > +*.sw? > +*.trs > .depend > .deps > .libs > @@ -21,13 +24,15 @@ bsd-core/*/machine > .*install* > Makefile > Makefile.in > +TAGS > aclocal.m4 > autom4te.cache > +build-aux > bus_if.h > compile > config.guess > config.h > -config.h.in > +config.h.in* > config.log > config.status > config.sub > @@ -82,6 +87,7 @@ tests/setversion > tests/updatedraw > tests/modeprint/modeprint > tests/modetest/modetest > +tests/name_from_fd > tests/kmstest/kmstest > tests/vbltest/vbltest > tests/radeon/radeon_ttm > -- > 1.8.3.1 > > _______________________________________________ > dri-devel mailing list > dri-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel -- Daniel Vetter Software Engineer, Intel Corporation +41 (0) 79 365 57 48 - http://blog.ffwll.ch