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

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 89a842f638f8da59c9475fed59c7ae5c512d320e 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 | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/.gitignore b/.gitignore
index 53d7ed4..5aa85ad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,20 @@ Makefile.in
 /m4
 /missing
 
+# configure
+Makefile
+/config.h
+/config.log
+/config.status
+/libtool
+.deps/
+/stamp-h1
+
+# make
+.libs/
+*.la
+*.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