gitignore: add lightningd/lightning_gossip_compactd
What changed, and why it matters
This commit simply adds a new build-generated executable name to the .gitignore file in the lightningd directory. It tells Git to ignore the compiled `lightning_gossip_compactd` binary so it is not accidentally committed to the repository. There is no code change, no security fix, and no vulnerability.
No action required. This is a non-security repository maintenance commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds one line to lightningd/.gitignore: lightning_gossip_compactd. This is a routine repository hygiene change that prevents a newly introduced daemon binary from appearing as an untracked file in Git. It does not modify any source code, build logic, or runtime behavior.
Changed components
lightningd/.gitignoreInspect captured patch +1 / −0
diff --git a/lightningd/.gitignore b/lightningd/.gitignore
index 4ba7a1a9..b2bb5c95 100644
--- a/lightningd/.gitignore
+++ b/lightningd/.gitignore
@@ -4,6 +4,7 @@ lightning_closingd
lightning_connectd
lightning_dualopend
lightning_gossipd
+lightning_gossip_compactd
lightning_hsmd
lightning_onchaind
lightning_openingd
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.