URL: https://github.com/freeipa/freeipa/pull/253
Author: pspacek
 Title: #253: Add .eggs to Gitignore
Action: opened

PR body:
"""
These are result of new Python builds.
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/253/head:pr253
git checkout pr253
From 008f094482747b5ce48bd44acd15d452acf22b43 Mon Sep 17 00:00:00 2001
From: Petr Spacek <pspa...@redhat.com>
Date: Fri, 18 Nov 2016 08:30:35 +0100
Subject: [PATCH] add .eggs to Gitignore

These are result of new Python builds.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 2bacc85..5278f5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@ freeipa-*.tar.gz
 .version
 
 # Python compilation
+.eggs
 *.pyc
 py-compile
 
-- 
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