Git development
 help / color / mirror / Atom feed
* gitignore patterns
@ 2008-09-09 22:23 Randy.Dunlap
  2008-09-09 23:25 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Randy.Dunlap @ 2008-09-09 22:23 UTC (permalink / raw)
  To: git

Hi,

In the kernel tree, I see 2 .gitignore files that use "+pattern":

./arch/blackfin/include/asm/.gitignore:+mach
./arch/blackfin/boot/.gitignore:+vmImage

However, I can't find anything about '+' on the gitignore(5) man page
at http://www.kernel.org/pub/software/scm/git/docs/gitignore.html .

Does the '+' mean something special or is it just a character in the
filename/dir pattern?

Thanks,
-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gitignore patterns
  2008-09-09 22:23 gitignore patterns Randy.Dunlap
@ 2008-09-09 23:25 ` Junio C Hamano
  2008-09-09 23:28   ` Randy.Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Junio C Hamano @ 2008-09-09 23:25 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: git

"Randy.Dunlap" <rdunlap@xenotime.net> writes:

> In the kernel tree, I see 2 .gitignore files that use "+pattern":
>
> ./arch/blackfin/include/asm/.gitignore:+mach
> ./arch/blackfin/boot/.gitignore:+vmImage
>
> However, I can't find anything about '+' on the gitignore(5) man page
> at http://www.kernel.org/pub/software/scm/git/docs/gitignore.html .
>
> Does the '+' mean something special or is it just a character in the
> filename/dir pattern?

AFAIR, this should be just a shell glob fnmatch(3) understands, so perhaps
their build procedure leaves temporary droppings in a file whose filename
is prefixed with './+'?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: gitignore patterns
  2008-09-09 23:25 ` Junio C Hamano
@ 2008-09-09 23:28   ` Randy.Dunlap
  0 siblings, 0 replies; 3+ messages in thread
From: Randy.Dunlap @ 2008-09-09 23:28 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Randy.Dunlap, git

On Tue, 9 Sep 2008, Junio C Hamano wrote:

> "Randy.Dunlap" <rdunlap@xenotime.net> writes:
> 
> > In the kernel tree, I see 2 .gitignore files that use "+pattern":
> >
> > ./arch/blackfin/include/asm/.gitignore:+mach
> > ./arch/blackfin/boot/.gitignore:+vmImage
> >
> > However, I can't find anything about '+' on the gitignore(5) man page
> > at http://www.kernel.org/pub/software/scm/git/docs/gitignore.html .
> >
> > Does the '+' mean something special or is it just a character in the
> > filename/dir pattern?
> 
> AFAIR, this should be just a shell glob fnmatch(3) understands, so perhaps
> their build procedure leaves temporary droppings in a file whose filename
> is prefixed with './+'?

OK, I'll ask the blackfin developers/maintainers about it.

Thanks.
-- 
~Randy

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-09 23:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-09 22:23 gitignore patterns Randy.Dunlap
2008-09-09 23:25 ` Junio C Hamano
2008-09-09 23:28   ` Randy.Dunlap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox