From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: Re: [PATCH 1/2] gitignore: Ignore various generated files Date: Fri, 13 Dec 2013 18:20:27 +0000 Message-ID: <20131213182027.GE809@strange.amr.corp.intel.com> References: <1386957086-28618-1-git-send-email-damien.lespiau@intel.com> <20131213180311.GC9804@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <20131213180311.GC9804@phenom.ffwll.local> 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: Daniel Vetter Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Fri, Dec 13, 2013 at 07:03:11PM +0100, Daniel Vetter wrote: > 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 Pushed the two patches with the *~ addition, thanks for the review. -- Damien