What changed, and why it matters
This commit simply adds two newly-created program names to the .gitignore file, which tells Git not to track compiled binaries. It is a routine housekeeping change with no security relevance.
No action required. This is a benign repository-maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds devtools/check-bolt and tools/lightning-downgrade to .gitignore. These are build artifacts generated by the project. There is no code change, no functional change, and no security fix or vulnerability introduced.
Changed components
.gitignoreInspect captured patch +2 / −0
diff --git a/.gitignore b/.gitignore
index c2716814..05b25838 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,8 @@ monkeytype.sqlite3
!*/test/exp-run-*.c
*/*/test/run-*
!*/*/test/run-*.c
+devtools/check-bolt
+tools/lightning-downgrade
test/test_protocol
test/test_sphinx
tests/.pytest.restart
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.