URL: https://github.com/freeipa/bind-dyndb-ldap/pull/15
Author: mingzym
 Title: #15: ignore what configure and make produced
Action: opened

PR body:
"""
let's ignore all the files configure and make created.
"""

To pull the PR as Git branch:
git remote add ghbind-dyndb-ldap https://github.com/freeipa/bind-dyndb-ldap
git fetch ghbind-dyndb-ldap pull/15/head:pr15
git checkout pr15
From 3771e89e07d39010b213fc1d08f7273b915afb64 Mon Sep 17 00:00:00 2001
From: Zhao Yongming <ming....@gmail.com>
Date: Mon, 3 Apr 2017 20:31:19 +0800
Subject: [PATCH] ignore what configure and make produced

---
 .gitignore | 38 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/.gitignore b/.gitignore
index 53d7ed4..22b856b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,44 @@ Makefile.in
 /m4
 /missing
 
+# configure
+Makefile
+config.h
+config.log
+config.status
+doc/Makefile
+libtool
+src/.deps/
+src/Makefile
+stamp-h1
+
+# make
+src/.libs/
+src/ldap.la
+src/ldap_la-acl.lo
+src/ldap_la-bindcfg.lo
+src/ldap_la-empty_zones.lo
+src/ldap_la-fs.lo
+src/ldap_la-fwd.lo
+src/ldap_la-fwd_register.lo
+src/ldap_la-krb5_helper.lo
+src/ldap_la-ldap_convert.lo
+src/ldap_la-ldap_driver.lo
+src/ldap_la-ldap_entry.lo
+src/ldap_la-ldap_helper.lo
+src/ldap_la-lock.lo
+src/ldap_la-log.lo
+src/ldap_la-metadb.lo
+src/ldap_la-mldap.lo
+src/ldap_la-rbt_helper.lo
+src/ldap_la-semaphore.lo
+src/ldap_la-settings.lo
+src/ldap_la-str.lo
+src/ldap_la-syncptr.lo
+src/ldap_la-syncrepl.lo
+src/ldap_la-zone.lo
+src/ldap_la-zone_register.lo
+
 # Eclipse
 .project
 .cproject
-- 
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