diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 17:24:27 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 17:24:27 -0600 |
| commit | 9a2f103589f2793461bfaa1ce446f7922306f6f0 (patch) | |
| tree | 7b771cefbd0e0624c552b91c62485d77f71c3b73 /.gitignore | |
Day 1
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3429a71 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +go.* +*.swp +*.patch +*.mbox +*.pb.go |
