Git-ignore lightning-tests/target
What changed, and why it matters
This commit simply adds another build-output directory to the project's .gitignore file. It has no effect on running code, user data, or security.
No security action needed. Treat as routine repository hygiene.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds one line to .gitignore: lightning-tests/target. This is a repository-maintenance change to exclude Rust build artifacts in the lightning-tests crate from version control. It does not modify source code, dependencies, configuration defaults, or any executable behavior.
Changed components
.gitignoreInspect captured patch +1 / −0
diff --git a/.gitignore b/.gitignore
index ed10eb1..56e9461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@ lightning-dns-resolver/target
ext-functional-test-demo/target
no-std-check/target
msrv-no-dev-deps-check/target
+lightning-tests/target
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.