From 9bb6d8643f4eb7214897de28821839a14a3bcb37 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Nov 10 2016 08:33:01 +0000 Subject: gitignore: ignore tar ball Add tar ball generated by build to gitignore. https://fedorahosted.org/freeipa/ticket/6418 Reviewed-By: Petr Spacek --- diff --git a/.gitignore b/.gitignore index 397ae92..e1a42d6 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,7 @@ libtool build/ compile test-driver +freeipa-*.tar.gz # Python compilation *.pyc