diff options
author | Diego Biurrun | 2014-02-18 18:37:48 +0100 |
---|---|---|
committer | Diego Biurrun | 2014-02-19 10:19:15 +0100 |
commit | 294a51e18ab7df4d658249361a03f0d716a4e9f0 (patch) | |
tree | f25bbc2ffaa43b97ca116610bad7c35c914a044c | |
parent | 1e142d5b4842dcb39fcb0e92e4aacbc9977bfa66 (diff) |
gitignore: Add all examples below doc/examples
-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 |