diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-18 20:44:24 +0100 |
---|---|---|
committer | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-01-18 21:32:05 +0100 |
commit | 2c3589bfda036c7827ded0bf38b16dfe7630bae1 (patch) | |
tree | ddd0e400ffeb8395f127d9d51895ea36bcea173f /.gitignore | |
parent | a5da3b040c76f263292288161220ff586da93eb5 (diff) | |
download | ffmpeg-2c3589bfda036c7827ded0bf38b16dfe7630bae1.tar.gz |
consolidate .gitignore patters into a single file
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 64dc57bec0..eac1758ed9 100644 --- a/.gitignore +++ b/.gitignore @@ -4,12 +4,42 @@ *.d *.exe *.ho +*-example *-test *_g config.* +doc/*.1 +doc/*.html +doc/*.pod doxy ffmpeg ffplay ffprobe ffserver +libavcodec/libavcodec* +libavcore/libavcore* +libavdevice/libavdevice* +libavfilter/libavfilter* +libavformat/libavformat* +libavutil/avconfig.h +libavutil/libavutil* +libpostproc/libpostproc* +libswscale/libswscale* +tests/audiogen +tests/base64 +tests/data +tests/rotozoom +tests/seek_test +tests/tiny_psnr +tests/videogen +tests/vsynth1 +tests/vsynth2 +tools/cws2fws +tools/graph2dot +tools/lavfi-showfiltfmts +tools/pktdumper +tools/probetest +tools/qt-faststart +tools/trasher +tools/trasher*.d version.h |