Skip to content
New issue

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

Add *.pdb to .gitignore on dub init #2383

Closed
lempiji opened this issue Aug 15, 2022 · 1 comment · Fixed by #2384
Closed

Add *.pdb to .gitignore on dub init #2383

lempiji opened this issue Aug 15, 2022 · 1 comment · Fixed by #2384

Comments

@lempiji
Copy link
Contributor

lempiji commented Aug 15, 2022

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

lempiji added a commit to lempiji/dub that referenced this issue Aug 15, 2022
@lempiji lempiji mentioned this issue Aug 15, 2022
@rikkimax
Copy link
Contributor

*.lib may already be included (didn't check).

*.exp should also be included if it hasn't been.

dlang-bot pushed a commit that referenced this issue Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants