Blame SOURCES/ldapjdk-Added-gitignore-file.patch

b09311
From 8066b70367ea28a2e053a23172b230a938152bd8 Mon Sep 17 00:00:00 2001
b09311
From: Matthew Harmsen <mharmsen@redhat.com>
b09311
Date: Thu, 12 Oct 2017 10:35:46 -0600
b09311
Subject: [PATCH] Added .gitignore file
b09311
b09311
ldapjdk Pagure Issue #1 - Add .gitignore file based upon contents
b09311
                          of .hgignore file
b09311
b09311
Change-Id: I6ceb4653a0b51eecf9314109fed9f4326bb07821
b09311
---
b09311
 .gitignore | 22 ++++++++++++++++++++++
b09311
 1 file changed, 22 insertions(+)
b09311
 create mode 100644 .gitignore
b09311
b09311
diff --git a/.gitignore b/.gitignore
b09311
new file mode 100644
b09311
index 0000000..e4ad492
b09311
--- /dev/null
b09311
+++ b/.gitignore
b09311
@@ -0,0 +1,22 @@
b09311
+# .gitignore - List of filenames git should ignore
b09311
+
b09311
+# Filenames that should be ignored wherever they appear
b09311
+.pyc
b09311
+TAGS
b09311
+Makefile
b09311
+now
b09311
+
b09311
+
b09311
+# User files that may appear at the root
b09311
+**/config/.cache
b09311
+**/config/.log
b09311
+**/config/.status
b09311
+**/config/autoconf.mk
b09311
+**/config/nsinstall
b09311
+.fast-update
b09311
+
b09311
+sdkver.h
b09311
+dirver.h
b09311
+
b09311
+# Ignore Eclipse build directory
b09311
+bin
b09311
-- 
b09311
2.13.6
b09311