diff options
author | Clément Bœsch <clement@stupeflix.com> | 2013-11-28 13:19:33 +0100 |
---|---|---|
committer | Clément Bœsch <clement@stupeflix.com> | 2013-11-28 13:19:50 +0100 |
commit | 245931885f262fa9d83bbe915be29553fa82b8aa (patch) | |
tree | e70922233d77a4bd8a15d8b08490026a2ba2b273 /.gitignore | |
parent | e5102feb6b5efc6f978b406cf2d25aa12fb2ef27 (diff) | |
download | ffmpeg-245931885f262fa9d83bbe915be29553fa82b8aa.tar.gz |
Add transcode_aac example to .gitignore.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d8addade9..52186666e9 100644 --- a/.gitignore +++ b/.gitignore @@ -44,6 +44,7 @@ /doc/examples/pc-uninstalled /doc/examples/resampling_audio /doc/examples/scaling_video +/doc/examples/transcode_aac /doc/fate.txt /doc/doxy/html/ /doc/print_options |