diff options
| author | Jeff Carr <[email protected]> | 2024-11-29 10:20:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-29 10:20:06 -0600 |
| commit | fb79d5b17db770b7c905803087b86ccd630f6758 (patch) | |
| tree | 0821edd90dd6ec9b09e71437782a56094e2f299d /.gitignore | |
| parent | 766c2e16742d668b47320f6b228840d788b86723 (diff) | |
test works
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,8 @@ *.swp +*.pb.go go.mod go.sum /files/* /work/* autogenpb -test.sort.pb.go +testSort/testSort |
