We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The pdb file is now copied on Windows, but .gitignore does not include this.
.gitignore
*.exe is already written in .gitignore, I think *.pdb should be as well.
*.exe
*.pdb
see also: https://dlang.org/changelog/2.099.0.html#pdb
The text was updated successfully, but these errors were encountered:
Fix dlang#2383
2caf259
*.lib may already be included (didn't check).
*.lib
*.exp should also be included if it hasn't been.
*.exp
Sorry, something went wrong.
Fix #2383
89a6e1e
Successfully merging a pull request may close this issue.
The pdb file is now copied on Windows, but
.gitignore
does not include this.*.exe
is already written in.gitignore
, I think*.pdb
should be as well.see also: https://dlang.org/changelog/2.099.0.html#pdb
The text was updated successfully, but these errors were encountered: