[lxc-devel] [PATCH 1/3] gitignore: add TAGS files

Serge Hallyn serge.hallyn at ubuntu.com
Wed Aug 12 14:53:13 UTC 2015


Quoting Tycho Andersen (tycho.andersen at canonical.com):
> Somehow our `make tags` target generates TAGS and not tags, so let's ignore
> that too.
> 
> Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>

'make tags'?  Never heard of it...  ctags still creates 'tags'.  but
whatever :)

Acked-by: Serge E. Hallyn <serge.hallyn at ubuntu.com>

> ---
>  .gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 3cb5bfb..35d89f2 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -150,5 +150,6 @@ patches
>  *.orig
>  *.rej
>  tags
> +TAGS
>  
>  doc/api/doxygen_sqlite3.db
> -- 
> 2.1.4
> 
> _______________________________________________
> lxc-devel mailing list
> lxc-devel at lists.linuxcontainers.org
> http://lists.linuxcontainers.org/listinfo/lxc-devel


More information about the lxc-devel mailing list