diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-02-18 18:37:48 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-03-02 11:42:37 -0500 |
commit | 33e1bca6517d60a3113e60ed40b9bd50dbf90f4b (patch) | |
tree | 2b980ea02b938947c2d5d11080ead664575c6ffc | |
parent | cd6281abef6e707bfd34b2f479af400a854ab149 (diff) | |
download | ffmpeg-33e1bca6517d60a3113e60ed40b9bd50dbf90f4b.tar.gz |
gitignore: Add all examples below doc/examples
(cherry picked from commit 294a51e18ab7df4d658249361a03f0d716a4e9f0)
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 01d93b9f1f..23339508e2 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,8 @@ /doc/avoptions_codec.texi /doc/avoptions_format.texi /doc/doxy/html/ +/doc/examples/avcodec +/doc/examples/metadata /doc/examples/output /doc/examples/transcode_aac /doc/print_options |