From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yasushi SHOJI Subject: gitignore: regex for the current dir files only? Date: Thu, 08 Jun 2006 11:13:24 +0900 Message-ID: <87mzcol7i3.wl@mail2.atmark-techno.com> Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-From: git-owner@vger.kernel.org Thu Jun 08 04:15:37 2006 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FoA1i-00035U-Mh for gcvg-git@gmane.org; Thu, 08 Jun 2006 04:13:39 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932477AbWFHCNf (ORCPT ); Wed, 7 Jun 2006 22:13:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932480AbWFHCNf (ORCPT ); Wed, 7 Jun 2006 22:13:35 -0400 Received: from shop.atmark-techno.com ([210.191.215.173]:10917 "EHLO mail2.atmark-techno.com") by vger.kernel.org with ESMTP id S932477AbWFHCNf (ORCPT ); Wed, 7 Jun 2006 22:13:35 -0400 Received: from smtp.local-network (dns1.atmark-techno.com [210.191.215.170]) by mail2.atmark-techno.com (Postfix) with ESMTP id 0076E21296; Thu, 8 Jun 2006 11:13:26 +0900 (JST) Received: from localhost.atmark-techno.com (unknown [192.168.10.81]) by smtp.local-network (Postfix) with ESMTP id EF5D5B61F; Thu, 8 Jun 2006 11:21:58 +0900 (JST) To: git@vger.kernel.org User-Agent: Wanderlust/2.14.0 Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Hello, this problem came up when I was editing vmlinux.lds.S in the kernel tree. because we have "vmlinux*" in the toplevel .gitignore in linus's tree, all vmlinux.lds.S under arch/$(ARCH)/kernel/ is affected. for kernel, it might as easier to remove "*" from the exp. but I was wandering if it's worth to have an expression for gitignore to handle "a regex for the current dir only"? comments? -- yashi