summaryrefslogtreecommitdiff
authorAndrew Euell <andyzweb@gmail.com>2012-10-16 02:14:09 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2012-10-16 02:14:09 (GMT)
commit36b3b2376dd99e035f5acc389f8c506647146e14 (patch)
tree7a4224e5aa5a262e081f30b7589bc30e3d1821b0
parent4cc4ca584736a2221697d55c9e4863a14f32bd8d (diff)
downloadffmpeg-36b3b2376dd99e035f5acc389f8c506647146e14.zip
ffmpeg-36b3b2376dd99e035f5acc389f8c506647146e14.tar.gz
ffmpeg-36b3b2376dd99e035f5acc389f8c506647146e14.tar.bz2
gitignore: add *.dylib for those of us on Darwin/OS X systems.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b76493d..ab86062 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
*.d
*.def
*.dll
+*.dylib
*.exe
*.h.c
*.lib