From: Hendrik Leppkes <[email protected]>

Ignore another filetype, as generated by Microsofts lib.exe when creating the 
import libraries.
---
 .gitignore |    1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 35aec43..1f8c90a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
 *.def
 *.dll
 *.lib
+*.exp
 config.*
 doc/*.1
 doc/*.html
-- 
1.7.10

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to