0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00
mpv/.gitignore
Uoti Urpala 39a45c7a17 build: use python3 to generate some files previously in git
Some files used during build are generated with Python scripts in
TOOLS/. Before, the generated files were included in the git tree.
Start creating them at build time. This introduces a build-dependency
on python3.

The files in question are:
libvo/vdpau_template.c
libmpdemux/ebml_types.h
libmpdemux/ebml_defs.c
2012-07-16 21:08:42 +03:00

23 lines
236 B
Plaintext

*.o
*.a
*.d
.depend
/config.h
/config.mak
/config.log
/mplayer
/version.h
/codecs.conf.h
/codec-cfg
/codec-cfg-test
/codecs2html
/cpuinfo
/tags
/TAGS
/locale
/po
/libmpdemux/ebml_defs.c
/libmpdemux/ebml_types.h
/libvo/vdpau_template.c