[Mesa-dev] [PATCH] gitignore: Ignore TAGS files

Kenneth Graunke kenneth at whitecape.org
Tue Jan 15 08:10:46 PST 2013


On 01/15/2013 05:47 AM, Damien Lespiau wrote:
> TAGS files are generated with "make tags" to quickly jump through the
> code. Ignore those by-products of automake/ctags.
>
> Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
> ---
>   .gitignore |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index faf2ca3..5c2ccdc 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -44,3 +44,4 @@ manifest.txt
>   .libs/
>   Makefile
>   Makefile.in
> +TAGS

Seems like a good idea to me.
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>



More information about the mesa-dev mailing list