From 9e3fc408fc040ef15bbfeba8eeac5ab2633691c9 Mon Sep 17 00:00:00 2001 From: Martin Lippert Date: Tue, 13 Sep 2016 12:58:36 +0200 Subject: [PATCH] target folder ignored by git now --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 32858aad3..30bd04dae 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* + +target/ \ No newline at end of file