URL: https://github.com/freeipa/freeipa/pull/306
Author: tiran
 Title: #306: Ignore backup~ files like config.h.in~
Action: opened

PR body:
"""
Signed-off-by: Christian Heimes <chei...@redhat.com>
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/306/head:pr306
git checkout pr306
From 27d97c72975f9f5514a27063558859b7ccad425a Mon Sep 17 00:00:00 2001
From: Christian Heimes <chei...@redhat.com>
Date: Mon, 5 Dec 2016 11:54:20 +0100
Subject: [PATCH] Ignore backup~ files like config.h.in~

Signed-off-by: Christian Heimes <chei...@redhat.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 86389ef..a9c71e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,6 +27,7 @@ Makefile.in
 *.log
 *.o
 *.trs
+*~
 version.m4
 aclocal.m4
 autom4te.cache/
-- 
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