Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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

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

1

0 votes


Be the first one to answer this question!

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Sep 13 '11, 10:01 a.m.

Question was seen: 7,522 times

Last updated: Sep 13 '11, 10:01 a.m.

Confirmation Cancel Confirm