Skip to content

Add goto-ld to .gitignore. #5856

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

Merged
merged 1 commit into from
Feb 23, 2021

Conversation

NlightNFotis
Copy link
Contributor

When building under make, the binary src/goto-cc/goto-ld is not in the
.gitignore file, polluting the git status output.

  • Each commit message has a non-empty body, explaining why the change was made.
  • Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@codecov
Copy link

codecov bot commented Feb 22, 2021

Codecov Report

Merging #5856 (95a0317) into develop (0f9bfa7) will increase coverage by 0.00%.
The diff coverage is 93.69%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop    #5856   +/-   ##
========================================
  Coverage    72.88%   72.88%           
========================================
  Files         1421     1422    +1     
  Lines       154262   154283   +21     
========================================
+ Hits        112434   112455   +21     
  Misses       41828    41828           
Impacted Files Coverage Δ
src/analyses/goto_check.cpp 88.28% <ø> (ø)
src/util/std_code.h 94.00% <90.90%> (-0.06%) ⬇️
src/util/format_expr.cpp 86.38% <93.02%> (+0.60%) ⬆️
src/goto-instrument/dump_c.cpp 79.97% <100.00%> (-0.08%) ⬇️
src/goto-instrument/goto_program2code.cpp 68.10% <100.00%> (ø)
src/goto-programs/goto_program.h 89.36% <100.00%> (+0.10%) ⬆️
unit/util/format.cpp 100.00% <100.00%> (ø)
src/util/expr_cast.h 94.73% <0.00%> (+0.14%) ⬆️
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c7985bd...95a0317. Read the comment docs.

@tautschnig tautschnig merged commit e127bba into diffblue:develop Feb 23, 2021
@NlightNFotis NlightNFotis deleted the gitignore-add-gotold branch February 23, 2021 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup trivial Trivial changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants