From 34b929370b54578daf810d29df5445424836d101 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Wed, 1 Jun 2016 21:13:07 +0200
Subject: [PATCH] ignored .gitcommits
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 .gitignore | 6 ++----
 COPYING    | 3 ---
 2 files changed, 2 insertions(+), 7 deletions(-)
 delete mode 100644 COPYING

diff --git a/.gitignore b/.gitignore
index 51ac39e..c5bf316 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,7 +5,5 @@
 /dist/
 /data/*
 /*.properties
-/*-ejb/nbproject/private/
-/*-ejb/nbproject/*~
-/*-ejb/build/
-/*-ejb/dist/
+.~lock*
+.gitcommits
diff --git a/COPYING b/COPYING
deleted file mode 100644
index 44fe36c..0000000
--- a/COPYING
+++ /dev/null
@@ -1,3 +0,0 @@
-For scripts, except templates and compileable templates see docs/COPYING.software.
-
-For documents see docs/COPYING.documents.
-- 
2.39.5