From f261d2364a8d7e09a0d84e65f3163eca38886f97 Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Tue, 28 Jul 2015 18:13:02 -0400 Subject: [PATCH] Consolidate .gitignore entires for eclipse Rather than specify paths for the .gitignored files that Eclipse uses for project management just ignore all files and directories that look like those directories. That way we can add new subprojects and we won't need add more .gitignore entries. --- .gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b0c803ca912..eb18986cf68 100644 --- a/.gitignore +++ b/.gitignore @@ -21,13 +21,8 @@ backwards/ ## files to ensure common coding style across Eclipse and IDEA. .project .classpath -/.settings eclipse-build -*/.project -*/.classpath -*/eclipse-build -*/.settings -plugins/*/.settings +.settings ## netbeans ignores nb-configuration.xml