1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

gitignore: add *.dylib for those of us on Darwin/OS X systems.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Andrew Euell
2012-10-16 04:14:09 +02:00
committed by Michael Niedermayer
parent 4cc4ca5847
commit 36b3b2376d

1
.gitignore vendored
View File

@@ -3,6 +3,7 @@
*.d *.d
*.def *.def
*.dll *.dll
*.dylib
*.exe *.exe
*.h.c *.h.c
*.lib *.lib