It is not a good practice to include files from build into git repository, because with every commit those files will change. It would be useful to add .gitignore file (the one generated by github generator, would be enough) to exclude all binary files as well as files generated in build process.
P.S I do not expect anyone to fix this issue, but I just wanted to leave a comment
It is not a good practice to include files from build into git repository, because with every commit those files will change. It would be useful to add
.gitignorefile (the one generated by github generator, would be enough) to exclude all binary files as well as files generated in build process.P.S I do not expect anyone to fix this issue, but I just wanted to leave a comment