Commit d2d08d70 authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by 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: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent 12549db6
......@@ -4,9 +4,12 @@
*.def
*.dll
*.exe
*.exp
*.h.c
*.ilk
*.lib
*.pc
*.pdb
*.so
*.so.*
*.ver
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment