[vlc-devel] [PATCH] contrib: don't ignore triplets in subfolders
Rafaël Carré
funman at videolan.org
Thu Dec 15 18:05:36 CET 2011
Le Thu, 15 Dec 2011 10:09:29 +0100,
"Faustino E. Osuna" <enrique.osuna at gmail.com> a écrit :
> From: "Faustino E. Osuna" <enrique.osuna at gmail.com>
>
> Only ignores triplets in the root contrib path. Previous
> implementation had the potential to ignore triplets in the
> subfolders.
>
> This will allow for creating:
> 1) Patches using this format (e.g. contrib/src/*/track-me-now.patch).
> 2) Subfolders beneath contrib's root (but not in contrib itself)
> (e.g. contrib/src/track-me-now/*).
> ---
> contrib/.gitignore | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/contrib/.gitignore b/contrib/.gitignore
> index 64cbe1d..e51bc0f 100644
> --- a/contrib/.gitignore
> +++ b/contrib/.gitignore
> @@ -1,2 +1,2 @@
> vlc-contrib-*.tar.xz
> -*-*-*
> +/*-*-*/
lgtm
--
Rafaël Carré
More information about the vlc-devel
mailing list