[Resolved] Temporary XML files in composite project
When I save my compl project it creates lots of temporary files which I don't want to commit to my source code repository (GIT in this case). I know I use .gitignore to ignore the *tmp*.xml file patte...