All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Damien Lespiau <damien.lespiau@intel.com>
Cc: intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org
Subject: Re: [PATCH 1/2] gitignore: Ignore various generated files
Date: Fri, 13 Dec 2013 19:03:11 +0100	[thread overview]
Message-ID: <20131213180311.GC9804@phenom.ffwll.local> (raw)
In-Reply-To: <1386957086-28618-1-git-send-email-damien.lespiau@intel.com>

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 <damien.lespiau@intel.com>

With *~ added this is Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> ---
>  .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

  parent reply	other threads:[~2013-12-13 18:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-13 17:51 [PATCH 1/2] gitignore: Ignore various generated files Damien Lespiau
2013-12-13 17:51 ` [PATCH 2/2] intel/test_decode: Allow gen8 to be infered from the batch filenames Damien Lespiau
2013-12-13 18:05   ` Daniel Vetter
2013-12-13 18:03 ` Daniel Vetter [this message]
2013-12-13 18:20   ` [PATCH 1/2] gitignore: Ignore various generated files Damien Lespiau

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=20131213180311.GC9804@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=damien.lespiau@intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=intel-gfx@lists.freedesktop.org \
    /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.