diff --git a/.gitignore b/.gitignore index 48d63d7..b1f3f9d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,7 @@ Godeps .mcp.json .worktrees go.work.sum + +# Compiled avo generator, left behind by `go build` in an _asm module. +# The committed artifact is the .s it writes (see the go:generate directives). +**/_asm/_asm