[FFmpeg-devel] [PATCH] .gitignore: some font temporaries
Timothy Gu
timothygu99 at gmail.com
Wed Oct 14 03:20:26 CEST 2015
El martes, 13 de octubre de 2015, Michael Niedermayer
<michael at niedermayer.cc> escribió:
> On Sun, Oct 11, 2015 at 04:27:49PM -0400, Ganesh Ajjanagadde wrote:
> > ---
> > .gitignore | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/.gitignore b/.gitignore
> > index 0b26f68..b215828 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -3,3 +3,4 @@
> > /htdocs/main.rss
> > /htdocs/components
> > /htdocs/style.less
> > +/htdocs/fonts/*.woff2
>
> what generates these woff2 files ?
They are first installed to htdocs/ components with Bower (a local package
manager for the web) and then copied to htdocs/:
https://github.com/FFmpeg/web/blob/master/Makefile#L64
Patch LGTM.
Timothy
More information about the ffmpeg-devel
mailing list