theproadam / renderXF

High performance software rendering in c#
MIT License
11 stars 4 forks source link

Ignore and remove all build artifacts from source #6

Closed kf6kjg closed 3 years ago

kf6kjg commented 3 years ago

Here I added a .gitignore file utilizing includes from the gitignore repository, then stripped all the files that were thus ignored.

This cleans up the source so that the only files that exist in each commit from here forward are the changed source code.

If you want releases to contain precompiled versions of renderXF then if you wish I can help you create a GitHub workflow that'll create draft GitHub Releases with the precompiled files in a zip file.

kf6kjg commented 3 years ago

@theproadam Any thoughts on this PR?

theproadam commented 3 years ago

It look good and Il merge, but can you delete your renderXF folder that contains bin and obj since its an accidental duplicate.

kf6kjg commented 3 years ago

All files in any bin or obj folder are deleted from the repository: they get autogenerated by the compiler.