From 9bb6d8643f4eb7214897de28821839a14a3bcb37 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Wed, 9 Nov 2016 16:20:56 +0100 Subject: gitignore: ignore tar ball Add tar ball generated by build to gitignore. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Petr Spacek --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 397ae92a2..e1a42d61f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ libtool build/ compile test-driver +freeipa-*.tar.gz # Python compilation *.pyc -- cgit