Welcome to the Jazz Community Forum
Any way to ignore all .* files EXCEPT the .jazzignore file?

Hi,
I'd like to set up the .jazzignore file such that I can safely ignore all dot files (ie: .*). However, I would like to commit the .jazzignore such that everyone on the team follows the same rules.
Unfortunately, if I specify the a {.*} rule, then the .jazzignore is included in that filter and is excluded from the changelist. So I cannot commit it.
Is there any way to specify an exclusion within .jazzignore such that I can say ignore {.*} except .jazzignore?
Thanks,
Eric
I'd like to set up the .jazzignore file such that I can safely ignore all dot files (ie: .*). However, I would like to commit the .jazzignore such that everyone on the team follows the same rules.
Unfortunately, if I specify the a {.*} rule, then the .jazzignore is included in that filter and is excluded from the changelist. So I cannot commit it.
Is there any way to specify an exclusion within .jazzignore such that I can say ignore {.*} except .jazzignore?
Thanks,
Eric
Comments
SEC Servizi
Aug 24 '12, 10:47 a.m.We would be able to excude from versioning all except one resource, too.