[vlc-devel] [RFC PATCH 01/13] Ignore android build dirs

Rémi Denis-Courmont remi at remlab.net
Thu Jun 26 17:01:26 CEST 2014


You can call your contrib and main build directories however you want. 
Obviously, not all possibilities can be added to .gitignore and none of them 
belong in it.

So this patch seems totally wrong to me.

Le jeudi 26 juin 2014, 14:05:49 Thomas Guillem a écrit :
> ---
>  .gitignore         |    2 +-
>  contrib/.gitignore |    1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/.gitignore b/.gitignore
> index a9d0c62..e474b2b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -51,4 +51,4 @@ include/vlc/libvlc_version.h
>  build-*
>  contrib-*
>  install-*
> -
> +android/
> diff --git a/contrib/.gitignore b/contrib/.gitignore
> index e51bc0f..1c2d9e7 100644
> --- a/contrib/.gitignore
> +++ b/contrib/.gitignore
> @@ -1,2 +1,3 @@
>  vlc-contrib-*.tar.xz
>  /*-*-*/
> +/android/

-- 
Rémi Denis-Courmont
http://www.remlab.net/




More information about the vlc-devel mailing list