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