From 7d46323b1c83408aec0654ec194406ed9b032c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bokros=20B=C3=A1lint?= Date: Mon, 16 May 2016 15:06:16 +0200 Subject: [PATCH] Added javadoc directory to gitignore as a precaution --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e9a50f8..ad79482 100644 --- a/.gitignore +++ b/.gitignore @@ -28,4 +28,5 @@ local.properties .buildpath .idea out/* -Test.java \ No newline at end of file +Test.java +javadoc/* \ No newline at end of file