We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git status
Here is the output of the git status -sbu command after running the compilation:
git status -sbu
$ git status -sbu ## master...origin/master ?? bin/demo_create ?? bin/demo_destroy ?? bin/demo_get ?? bin/demo_query ?? bin/tests
Compiled binaries, being a derived product of source code, need to be ignored. Otherwise, there is a risk of accidentally committing them into Git.
The text was updated successfully, but these errors were encountered:
Ignore compiled binaries in the bin directory
bin
e5aba46
Resolved OpenKMIP#67
Successfully merging a pull request may close this issue.
Here is the output of the
git status -sbu
command after running the compilation:Compiled binaries, being a derived product of source code, need to be ignored. Otherwise, there is a risk of accidentally committing them into Git.
The text was updated successfully, but these errors were encountered: