Module: ffmpeg Branch: release/0.5 Commit: e332c41670dbdb49a748f07ccc60e37c8d8ebbcd
Author: Reinhard Tartler <[email protected]> Date: Thu Feb 10 14:09:35 2011 +0100 also ignore *.so for vhook plugins --- .gitignore | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index eac1758..7a7555d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .config .version *.o +*.so *.d *.exe *.ho _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
