URL: https://github.com/freeipa/freeipa/pull/221
Author: tomaskrizek
 Title: #221: gitignore: ignore tar ball
Action: opened

PR body:
"""
Add tar ball generated by build to gitignore.

https://fedorahosted.org/freeipa/ticket/6418
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/221/head:pr221
git checkout pr221
From 1cc48844326d93b29ef0624001d5529526bfbd51 Mon Sep 17 00:00:00 2001
From: Tomas Krizek <tkri...@redhat.com>
Date: Wed, 9 Nov 2016 16:20:56 +0100
Subject: [PATCH] gitignore: ignore tar ball

Add tar ball generated by build to gitignore.

https://fedorahosted.org/freeipa/ticket/6418
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

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
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to