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

Ignore file format 1.1 vs 2.0

Hello all...

I have two .ignore files, one that looks "pre-2.0" and one that is "post-2.0".

The comment at the top of one file reads

# The value of core.global.ignore will be ignored.

and the other reads

# The value of core.ignore.recursive will be ignored.

The second one also has an uncommented line:
core.ignore.recursive=

Which format is the 2.0 format for .ignore files?

Thanks...
Travis

0 votes



One answer

Permanent link
The format for the two ignore files is pretty similar. In 2.0 we allowed global ignore rules (now called "core.ignore.recursive" rather than "core.global.ignore") to appear anywhere in the loaded tree, which essentially just changes the scope. The string "core.global.ignore" is aliased to the recursive string.

Otherwise, the format is the same: a properties file format, with patterns enclosed in curly brackets ("{}") separated by white space.

0 votes

Your answer

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 01 '09, 9:34 a.m.

Question was seen: 4,822 times

Last updated: Sep 01 '09, 9:34 a.m.

Confirmation Cancel Confirm