On 10/19/12 10:07 PM, Hendrik Leppkes wrote:
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


Sounds ok. adding it now.
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to