From e3d720f611f8aa4f63db642e2906ac865dae88ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kjist=C3=B3f?= Date: Sat, 7 May 2016 13:38:34 +0200 Subject: [PATCH] added Test.java to .gitignore -- use this for quick&dirty local tests --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 396c617..e9a50f8 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ local.properties .cproject .buildpath .idea -out/* \ No newline at end of file +out/* +Test.java \ No newline at end of file