zpelgrims / zoic

Extended camera shader for the ever-awesome Arnold Renderer
http://www.zenopelgrims.com/zoic
67 stars 25 forks source link

Removing binary visual studio files from the project #14

Open sirpalee opened 7 years ago

sirpalee commented 7 years ago

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

The rest will be regenerated automatically by visual studio.

zpelgrims commented 7 years ago

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