[FFmpeg-cvslog] gitignore: ignore files created by msvc
Hendrik Leppkes
git at videolan.org
Sat Oct 20 12:43:18 CEST 2012
ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Fri Oct 19 22:07:10 2012 +0200| [d2d08d706b8f4fa0043f0f9ee001e7de2588d486] | committer: Luca Barbato
gitignore: ignore files created by msvc
exp files are created in every build and contain export information
of the libraries. Both pdb and ilk are created during debug builds,
and contain linking and debug information used by MSVC.
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2d08d706b8f4fa0043f0f9ee001e7de2588d486
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 19dbe88..8589127 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,9 +4,12 @@
*.def
*.dll
*.exe
+*.exp
*.h.c
+*.ilk
*.lib
*.pc
+*.pdb
*.so
*.so.*
*.ver
More information about the ffmpeg-cvslog
mailing list