Skip to content
New issue

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

Compiled binaries are listed in the git status output #67

Open
ktrushin opened this issue Nov 16, 2023 · 0 comments · May be fixed by #68
Open

Compiled binaries are listed in the git status output #67

ktrushin opened this issue Nov 16, 2023 · 0 comments · May be fixed by #68

Comments

@ktrushin
Copy link

Here is the output of the git status -sbu command after running the compilation:

$ 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.

ktrushin added a commit to ktrushin/libkmip that referenced this issue Nov 16, 2023
@ktrushin ktrushin linked a pull request Nov 16, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant