Skip to content
Snippets Groups Projects
Commit d2d08d70 authored by Hendrik Leppkes's avatar Hendrik Leppkes Committed by Luca Barbato
Browse files

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: default avatarLuca Barbato <lu_zero@gentoo.org>
parent 12549db6
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,12 @@
*.def
*.dll
*.exe
*.exp
*.h.c
*.ilk
*.lib
*.pc
*.pdb
*.so
*.so.*
*.ver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment