Hi all,
I've just submitted a pull request for removing the eclipse .settings files from version control here:
https://github.com/flyingsaucerproject/flyingsaucer/pull/24
I'm planning to submit some other pull requests in the next weeks and having this applied to master will make both
development and new pull requests easier to handle as developers won't have to deal with unwanted changes in the removed
folders.
Please consider applying it.
Thanks,
Jens
Copy of the pull request description:
-------------------------------------------------------------------------------------------------------
These commits remove the following eclipse specific folders from version control:
* .settings
* launchers
These should not be tracked by git as the .settings folders contain preferences that are derived from the maven pom.
Updating the eclipse project causes changes due to environment and eclipse version specific differences.
Considering the launchers I'm not 100% sure but I think the same applies here. As soon as I clicked Maven -> Update
Projects these files were changed.
The .gitignore file already contains the respective filters for the .settings folders, so no new files will be added there.