Added eclipse project files to gitignore#3836
Added eclipse project files to gitignore#3836alonmuroch wants to merge 2 commits intobitcoin:masterfrom alonmuroch:master
Conversation
|
NACK from me. These sort of things belong in your global .gitignore and not in every project. see https://help.github.com/articles/ignoring-files#create-a-global-gitignore If anything the project level .gitignore should be cleaned up, not added to, so it only contains ignores for things that are specific to the project (like compiled objects and all the noise compiler creates etc). IDE and OS exclusions belong in a user's own global ignore. |
|
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/61ca1ad8aa7c00ebe9e18a1ef0e4bf339da99f60 for binaries and test log. |
added .cproject, .project files to .gitignore under #eclipse