From 039c8f2cd213ddd55284bc754dde2ec821fb70fe Mon Sep 17 00:00:00 2001 From: Frank Ganske Date: Tue, 5 Jan 2016 11:54:37 +0100 Subject: [PATCH] Ignore Eclipse generated files in modules too. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e510bb218..0ab3a20c4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,9 @@ target /.classpath /.settings /.project +*/.classpath +*/.settings +*/.project /.idea atlassian-ide-plugin.xml .DS_Store