diff options
author | Andrew Euell <andyzweb@gmail.com> | 2012-10-16 04:14:09 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-16 04:14:09 +0200 |
commit | 36b3b2376dd99e035f5acc389f8c506647146e14 (patch) | |
tree | 7a4224e5aa5a262e081f30b7589bc30e3d1821b0 /.gitignore | |
parent | 4cc4ca584736a2221697d55c9e4863a14f32bd8d (diff) | |
download | ffmpeg-streaming-36b3b2376dd99e035f5acc389f8c506647146e14.zip ffmpeg-streaming-36b3b2376dd99e035f5acc389f8c506647146e14.tar.gz |
gitignore: add *.dylib for those of us on Darwin/OS X systems.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ *.d *.def *.dll +*.dylib *.exe *.h.c *.lib |