URL: https://github.com/freeipa/freeipa/pull/3249 Author: frasertweedale Title: #3249: .gitignore: add ipa-cert-fix program Action: opened
PR body: """ None """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/3249/head:pr3249 git checkout pr3249
From 203172e8e4ab0c75645cf06c47731b99f3a86a0e Mon Sep 17 00:00:00 2001 From: Fraser Tweedale <ftwee...@redhat.com> Date: Fri, 31 May 2019 11:40:42 +1000 Subject: [PATCH] .gitignore: add ipa-cert-fix program --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 775d021711..724eaeda70 100644 --- a/.gitignore +++ b/.gitignore @@ -147,6 +147,7 @@ install/tools/ipa-advise install/tools/ipa-backup install/tools/ipa-cacert-manage install/tools/ipa-ca-install +install/tools/ipa-cert-fix install/tools/ipa-compat-manage install/tools/ipa-csreplica-manage install/tools/ipactl
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org