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.
---
 .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
-- 
1.7.11.msysgit.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to