From 9fc06c1fcbc7f5024dac5e0fb6137b7a1581cdfe Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 23 Jun 2015 07:15:00 -0700 Subject: [PATCH] Remove Eclipse metafile ignores. IDE users should ignore metafiles for their preferred IDE once in their own global .gitignore instead of burdening every project in the Universe with ignore directives. Create ~/.gitconfig, add to it: [core] excludesfile = ~/.gitignore Create ~/.gitignore, add to it: /.classpath /.project /.settings/ --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitignore b/.gitignore index e31e1bd..b83d222 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ /target/ - -# -# Eclipse project configuration files -# -/.settings/ -/.classpath -/.project