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/
This commit is contained in:
Michael Bayne
2015-06-23 07:15:00 -07:00
parent 7a10d9a786
commit 9fc06c1fcb
-7
View File
@@ -1,8 +1 @@
/target/
#
# Eclipse project configuration files
#
/.settings/
/.classpath
/.project