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

Steve Lhomme robux4 at ycbcr.xyz
Mon Jun 17 08:30:03 CEST 2019


On 2019-06-17 8:28, Thomas Guillem wrote:
> 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).

In fact it's now possible to build VLC completely out of tree, so 
nothing is generated in the source tree. Only the boostrap needs to be 
done at root (I'll see if it's possible to do out of tree too).

> 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
> _______________________________________________
> 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