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

Windows projects' .gitignore should not exclude vcxproj files #222

Closed
matthauck opened this issue Apr 15, 2015 · 2 comments
Closed

Windows projects' .gitignore should not exclude vcxproj files #222

matthauck opened this issue Apr 15, 2015 · 2 comments

Comments

@matthauck
Copy link

For example, in projects/Windows/VC11/lib, the solution files do not have a corresponding project vcxproj file -- these solution files fail to open. Downloading the zip for the release, however, from http://curl.haxx.se/download.html, does indeed properly include these project files.

The .gitignores in there are excluding these on purpose, which it probably shouldn't be doing.

@jay
Copy link
Member

jay commented Apr 15, 2015

Thanks for your report. From projects/README:

If you are using the source code from the git repository, rather than a release archive or nightly build, you will need to generate the project files. Please run "generate -help" for usage details.

So .gitignore should be excluding those files.

@jay jay closed this as completed Apr 15, 2015
@matthauck
Copy link
Author

Ah ok. My mistake. Thanks!

@lock lock bot locked as resolved and limited conversation to collaborators May 7, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants