chorus2 icon indicating copy to clipboard operation
chorus2 copied to clipboard

cleanup: remove & ignore generated files

Open Rechi opened this issue 1 year ago • 2 comments

Those files are generated during the build process. Therefore they shouldn't be tracked.

Rechi avatar Jan 29 '24 10:01 Rechi

The files are added to the .gitignore file, so they aren't listed as untracked files by git status or gui tools. Yes those files are required in a release, but those are generated during the build process.

Currently there is the situation, that those files don't match the actual state of the input source files for a specific commit. Contributors could think they've to update both files (source and generated).

Rechi avatar Feb 16 '24 17:02 Rechi

So are you saying that we need to delete the existing files in the repo also?

malard avatar Feb 16 '24 17:02 malard