[FFmpeg-cvslog] gitignore: add *.dylib for those of us on Darwin/OS X systems.
Andrew Euell
git at videolan.org
Tue Oct 16 04:17:58 CEST 2012
ffmpeg | branch: master | Andrew Euell <andyzweb at gmail.com> | Tue Oct 16 04:14:09 2012 +0200| [36b3b2376dd99e035f5acc389f8c506647146e14] | committer: Michael Niedermayer
gitignore: add *.dylib for those of us on Darwin/OS X systems.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36b3b2376dd99e035f5acc389f8c506647146e14
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
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
More information about the ffmpeg-cvslog
mailing list