Adding eclipse entries to gitignore

Hey guys,

do you mind if I add several eclipse entries to gitignore ?

/bin
/.settings
/.classpath
/.project

This would help a lot :slight_smile:

Though I cannot see how this would possible create any harm.

Ps. If this gets denied, just fork a jme for yourself and add them there.
-> This makes pull request a bit shitty however as you first need to cherry pick into yet another fork :(((

IMO it’s fine if you add them

I thought everything beginning with a dot was already ignored…

Then the gitignore would be aswell ignored.

Btw I can kinda recommend a whitelist approach for git, works like a charm

*
!*/
!*.gitignore
!*.java

I have just added them.
It should improve working with eclipse a bit :wink: