From 9c7b182909dd17368ec2b7d2477c09e44d92e059 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ville=20Skytt=C3=A4?= Date: Fri, 5 Mar 2010 22:30:41 +0200 Subject: [PATCH] Tell git to ignore tarballs. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 539da74..4e8d5fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.py[co] +*.tar.* -- 2.34.1