diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 35 |
1 files changed, 29 insertions, 6 deletions
@@ -3,6 +3,7 @@ *.d *.def *.dll +*.dylib *.exe *.exp *.gcda @@ -17,43 +18,65 @@ *.ver *-example *-test +*_g /.config /.version -/avconv -/avplay -/avprobe -/avserver +/ffmpeg +/ffplay +/ffprobe +/ffserver /config.* /coverage.info -/version.h /doc/*.1 +/doc/*.3 /doc/*.html /doc/*.pod +/doc/config.texi /doc/avoptions_codec.texi /doc/avoptions_format.texi /doc/doxy/html/ +/doc/examples/avio_reading /doc/examples/avcodec +/doc/examples/demuxing_decoding +/doc/examples/filtering_audio +/doc/examples/filtering_video /doc/examples/metadata -/doc/examples/output +/doc/examples/muxing +/doc/examples/pc-uninstalled +/doc/examples/remuxing +/doc/examples/resampling_audio +/doc/examples/scaling_video /doc/examples/transcode_aac +/doc/fate.txt /doc/print_options /lcov/ /libavcodec/*_tablegen /libavcodec/*_tables.c /libavcodec/*_tables.h /libavutil/avconfig.h +/libavutil/ffversion.h /tests/audiogen /tests/base64 /tests/data/ /tests/rotozoom /tests/tiny_psnr +/tests/tiny_ssim /tests/videogen /tests/vsynth1/ /tools/aviocat +/tools/ffbisect +/tools/bisect.need +/tools/crypto_bench /tools/cws2fws +/tools/fourcc2pixfmt +/tools/ffescape +/tools/ffeval +/tools/ffhash /tools/graph2dot /tools/ismindex /tools/pktdumper /tools/probetest /tools/qt-faststart /tools/trasher +/tools/seek_print +/tools/zmqsend |