gitignore patterns
From: Randy.Dunlap <hidden>
Date: 2016-06-15 22:45:20
From: Randy.Dunlap <hidden>
Date: 2016-06-15 22:45:20
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