Currently, we have osbuild-image-tests binary committed in the master branch. IMHO the root cause is that we don't have it in .gitignore. Actually, I think that it is pretty hard keep .gitignore in sync with the build target. This commit solves the situation by putting all the built binaries into bin directory and adding this directory into .gitignore. This way, it's much harder to actually commit a new Go binary into repository. This commit doesn't remove the binary as #1017 already does that.
4 lines
28 B
Text
4 lines
28 B
Text
__pycache__
|
|
|
|
/bin
|
|
/rpmbuild
|