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 2fe8c78def6a2e603b512e85e8bd065344aa8f02
Author: [email protected] <[email protected]>
AuthorDate: Mon Mar 9 10:43:44 2026 -0600

    chore: add ego-gen binary to gitignore
    
    ego-gen is a generated build artifact from the code generator
    project and should not be tracked in version control.
    
    Co-Authored-By: Claude Opus 4.6 <[email protected]>
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index adf8f72..adf95a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,3 +21,6 @@
 # Go workspace file
 go.work
 
+# Built binaries
+ego-gen
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to