It's all about the answers!

Ask a question

How to create only one .jazzignore file for one project?


0
1
Jirong Hu (1.5k9295258) | asked Sep 13 '11, 10:01 a.m.
Hi

The problem is we generate many files (text file, java files, etc) during the build and we want to version control only some of them.

See the attached image, e.g. in this webclient folder (webclient is the root of a component), we want to ignore everything under webclient\build, webclient\WebContent, and the following files and extra:

webclientcomponents\Evidence\Evidence_resolveCreate.uim
webclientcomponents\Evidence\Evidence_resolveHistoryRecord.uim
webclientcomponents\Evidence\Evidence_resolveObject.uim
webclientcomponents\Evidence\Evidence_resolveObjectIssues.uim


1. For webclient\build and webclient\WebContent, the Team --> Add to Ignore List created a .jazzignore file under the root of webclient. This is ok and this is the only file I want to have.

2. But for these .uim files, Team --> Add to Ignore List created another .jazzignore file under webclientcomponents\Evidence. I don't want this. I want this be added into the one created in Step 1. Can this be done? And what's the syntax to add this into the ignore file created in Step1.

~~~~ the one created in Step1 ~~~~~~~~
core.ignore.recursive= \
{*.class} \
{WebContent} \
{build}

core.ignore= \
{bin}

http://i51.tinypic.com/w2da38.png

Thanks
Jirong

Be the first one to answer this question!


Register or to post 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.