From 9ca9c3f1f63a77d5591a1f6d10bc2965393e4857 Mon Sep 17 00:00:00 2001
From: Roland Haeder <roland@mxchange.org>
Date: Wed, 29 Jul 2015 14:30:08 +0200
Subject: [PATCH] And ignored any properties files as they are generated
 on-the-fly
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index bf94222..c5b6ab7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
 /Addressbook/build/
 /Addressbook/data/*.*
 /Addressbook/dist/
+/Addressbook/*.properties
+/JavaAufbauKurs/nbproject/private/
-- 
2.39.5