Folks, this is a survey question.
It has come to our attention that the new "Delete generated files during project clean" option, although does what is documented, will also delete source control type files during the clean. These are files like .jazzignore, .cvsignore, CVS directories and control files (Entries/Repository/Root/Tag). These files are only the ones located in the EGLGen folder and will only be deleted if the option "Delete generated files during project clean" is turned on.
We have now changed the code (a fixtest is available if you want, please contact me), to delete all EGLGen files, except ones that have a file type of "properties", or have names "Entries", "Repository", "Root", "Tag", or ones whose name starts with a period (like .jazzignore, .classpath, .cvsignore, etc).
The question is: are there any other files that should be prevented from being deleted, during the project clean, that are not covered by the above new rules?
Jeff.Douglas