Skip to content
Snippets Groups Projects
.gitignore 711 B
Newer Older
  • Learn to ignore specific revisions
  • *.gcda
    *.gcno
    
    /.config
    /.version
    /avconv
    /avplay
    /avprobe
    /avserver
    /config.*
    
    /coverage.info
    
    /version.h
    /doc/*.1
    /doc/*.html
    /doc/*.pod
    /doc/avoptions_codec.texi
    /doc/avoptions_format.texi
    
    /doc/examples/output
    /doc/examples/transcode_aac
    
    /libavcodec/*_tablegen
    /libavcodec/*_tables.c
    /libavcodec/*_tables.h
    /libavutil/avconfig.h
    /tests/audiogen
    /tests/base64
    /tests/data/
    /tests/rotozoom
    /tests/tiny_psnr
    /tests/videogen
    /tests/vsynth1/
    /tools/aviocat
    /tools/cws2fws
    /tools/graph2dot
    /tools/ismindex
    /tools/pktdumper
    /tools/probetest
    /tools/qt-faststart
    /tools/trasher