diff options
author | David Thompson <dthompson2@worcester.edu> | 2023-06-04 12:01:37 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2023-06-04 12:01:37 -0400 |
commit | 6fbf3f2ccd3ef5e7c894a2bb17638671671a06d6 (patch) | |
tree | 18f929150ddd4f9f38048700e16a2b9942799c5c | |
parent | e1a8ca14ad02259ec8725b3b1c3914494eeb044f (diff) |
Ignore .tar.gz files.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.go +*.tar.gz /Makefile /Makefile.in /aclocal.m4 |