From 3d3b34b97d9af448817fe262ee69fe25798f128f Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 22 Feb 2013 11:20:48 -0500 Subject: [PATCH] .gitignore: Ignore the generated distribution tarball --- .gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.26.2