From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751519AbaFLRt0 (ORCPT ); Thu, 12 Jun 2014 13:49:26 -0400 Received: from casper.infradead.org ([85.118.1.10]:60242 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751090AbaFLRtZ (ORCPT ); Thu, 12 Jun 2014 13:49:25 -0400 Message-ID: <5399E820.5080801@infradead.org> Date: Thu, 12 Jun 2014 10:49:20 -0700 From: Randy Dunlap User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Joe Perches CC: Linus Torvalds , "linux-doc@vger.kernel.org" , LKML , Josh Triplett Subject: Re: [PATCH 2/2] Documentation: exceptions to what I maintain References: <5399DF99.2010701@infradead.org> <1402594501.12385.10.camel@joe-AO725> In-Reply-To: <1402594501.12385.10.camel@joe-AO725> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/12/14 10:35, Joe Perches wrote: > On Thu, 2014-06-12 at 10:12 -0700, Randy Dunlap wrote: >> From: Randy Dunlap >> >> Note that I don't maintain Documentation/ABI/, >> Documentation/devicetree/, or the language translation files. >> >> Signed-off-by: Randy Dunlap > > Hey Randy. > > Perhaps it's better to use exclusion "X:" values > so get_maintainer doesn't still include you. > >> @@ -2885,7 +2885,7 @@ M: Randy Dunlap >> L: linux-doc@vger.kernel.org >> T: quilt http://www.infradead.org/~rdunlap/Doc/patches/ >> S: Maintained >> -F: Documentation/ >> +F: Documentation/ (but not: ABI, devicetree, translations) > > Maybe: > > X: Documentation/ABI/ > X: Documentation/devicetree/ > X: Documentation/[a-z][a-z]_[A-Z][A-Z]/ > > The last line matches: > > Documentation/ja_JP/ > Documentation/ko_KR/ > Documentation/zh_CN/ > > and it's easy to add any other directory you don't > want to cc'd on. Thanks, I'll modify it to that syntax. That should satisfy Josh's comment also. -- ~Randy