gitignore: Ignore lightning-downgrade and check-bolt tools
What changed, and why it matters
This commit simply adds two generated tool names to .gitignore files so that Git does not accidentally track compiled binaries. It does not change any executable code, configuration defaults, or security behavior.
No action required; this is a benign repository hygiene change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds ‘check-bolt’ to devtools/.gitignore and ‘lightning-downgrade’ to tools/.gitignore. These are build artifacts or helper tools produced by the project’s build system. There are no code, protocol, or permission changes.
Changed components
devtools/.gitignoretools/.gitignoreInspect captured patch +2 / −0
diff --git a/devtools/.gitignore b/devtools/.gitignore
index 87e4e0b..ff9fde0 100644
--- a/devtools/.gitignore
+++ b/devtools/.gitignore
@@ -23,3 +23,4 @@ gossmap-compress
bip137-verifysignature
convert-gossmap
features
+check-bolt
diff --git a/tools/.gitignore b/tools/.gitignore
index c6074a1..3957a37 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -2,3 +2,4 @@ headerversions
check-bolt
lightning-hsmtool
hsmtool
+lightning-downgrade
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.