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

Removing binary visual studio files from the project #14

Open
sirpalee opened this issue Jan 5, 2017 · 1 comment
Open

Removing binary visual studio files from the project #14

sirpalee opened this issue Jan 5, 2017 · 1 comment

Comments

@sirpalee
Copy link

sirpalee commented Jan 5, 2017

It's a bad idea to include binary files generated by visual studio projects, as they can change with every build, and even between users building the same state of the project. Certain files are also can contain sensitive user information.

Basically, the only things you want to keep from the build/windows_4.2.14.0/vs13_project/Zoic are

  • Zoic.sln
  • Zoic/Zoic.vcxproj
  • Zoic/Zoic.vcxproj.filters

The rest will be regenerated automatically by visual studio.

@zpelgrims
Copy link
Owner

Thanks for letting me know that! That'll be a lot cleaner. I'll remove all but those files.

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

No branches or pull requests

2 participants