From 3e69e0329293eb3786a670524c282b331d5ec60c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20Schro=CC=88der?= Date: Tue, 13 May 2014 16:39:38 +0200 Subject: [PATCH] ignore logs folder --- .gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e2d0ef1e..14dc0dc3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ -.settings -.buildpath -.project -.idea -application/configs +/.settings +/.buildpath +/.project +/.idea +/application/configs +/application/logs/ +/application/ManiaControl.log \ No newline at end of file