This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch main
in repository ego.
View the commit online.
commit 10bd263767db2ac0fcc043e2911c7cf34554afaa
Author: [email protected] <[email protected]>
AuthorDate: Mon Mar 30 15:23:21 2026 -0600
fix: scope ego-gen gitignore to root directory only
Change ego-gen to /ego-gen so it only matches the built binary
at the repository root, not files under cmd/ego-gen/.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index adf95a0..e75ddb6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,5 +22,5 @@
go.work
# Built binaries
-ego-gen
+/ego-gen
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.