[vlc-devel] [PATCH 1/2] webvtt: Add gitignore

Thomas Guillem thomas at gllm.fr
Mon Jun 17 08:28:17 CEST 2019


Hello,

I'm not sure that these patches are needed.  We recommend to build VLC from a specific build directory (that is already ignored by .gitignore).

Example:
$ cd vlc
$ mkdir build
$ cd build
$ ../configure
$ make

On Sat, Jun 15, 2019, at 13:08, Johan Gunnarsson wrote:
> These files are generated by bison.
> ---
>  modules/codec/webvtt/.gitignore | 3 +++
>  1 file changed, 3 insertions(+)
>  create mode 100644 modules/codec/webvtt/.gitignore
> 
> diff --git a/modules/codec/webvtt/.gitignore b/modules/codec/webvtt/.gitignore
> new file mode 100644
> index 0000000000..c56663300b
> --- /dev/null
> +++ b/modules/codec/webvtt/.gitignore
> @@ -0,0 +1,3 @@
> +CSSGrammar.c
> +CSSGrammar.h
> +CSSLexer.c
> -- 
> 2.17.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list