Excluding Temporary files
Just compiling and running my programs creates temporary files that I'll never check in. Is there any way to set up filters on file extensions to avoid those showing up in the changes?
|
One answer
You can use the .jazzignore file to prevent files you don't want included in the SCM repository being selected.
See: https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/t_scm_eclipse_ignore.html&scope=null for more details.
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.