I have a project that I created with IDEA.
I have created a mercurial repository with the source code and included the IDEA specific files ( .idea/workspace.xml and the rest ) But I don't think this is needed and/or may distract people using other tools ( such as eclipse, netbeans or ant )
I'm thinking in creating a clone to put those files but I wonder if this would be the best strategy.
Where to put tool specific files in source control?