.gitignore += *.lib *.exp
On Windows this files are generated when linking alongside *.dll files if there are exported symbols. See also https://github.com/mdavidsaver/setuptools_dso/pull/25.
Showing
Please register or sign in to comment