forked from FFmpeg/FFmpeg
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: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
12549db653
commit
d2d08d706b
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,9 +4,12 @@
|
|||
*.def
|
||||
*.dll
|
||||
*.exe
|
||||
*.exp
|
||||
*.h.c
|
||||
*.ilk
|
||||
*.lib
|
||||
*.pc
|
||||
*.pdb
|
||||
*.so
|
||||
*.so.*
|
||||
*.ver
|
||||
|
|
Loading…
Add table
Reference in a new issue