From: W. Trevor King Date: Fri, 22 Feb 2013 16:20:48 +0000 (-0500) Subject: .gitignore: Ignore the generated distribution tarball X-Git-Url: http://git.tremily.us/?p=assignment-template.git;a=commitdiff_plain;h=HEAD .gitignore: Ignore the generated distribution tarball --- diff --git a/.gitignore b/.gitignore index 3723be1..94610f7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ hello_world goodbye_world *.o +*.tar.gz