From 9278692ce3f16a4be9184e01434c643300aea190 Mon Sep 17 00:00:00 2001 From: badlogic Date: Mon, 18 May 2015 16:55:14 +0200 Subject: [PATCH] Added local.properties to gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 82bc0476..6ba19785 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ robovm-build/ bin/ .classpath .project -.settings/ \ No newline at end of file +.settings/ +local.properties \ No newline at end of file