[FFmpeg-cvslog] gitignore: add Win32 library suffixes
Joakim Plate
git at videolan.org
Thu May 3 21:28:03 CEST 2012
ffmpeg | branch: master | Joakim Plate <elupus at ecce.se> | Sun Apr 29 16:33:28 2012 +0000| [f1aa859728f662850a7d8c742c6a74fa647ab1c2] | committer: Derek Buitenhuis
gitignore: add Win32 library suffixes
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1aa859728f662850a7d8c742c6a74fa647ab1c2
---
.gitignore | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
index 31a02c0..7450234 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,8 +3,11 @@
*.a
*.o
*.d
+*.def
+*.dll
*.exe
*.ho
+*.lib
*.pc
*.so
*.so.*
More information about the ffmpeg-cvslog
mailing list