Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750984AbaKZIZ6 (ORCPT ); Wed, 26 Nov 2014 03:25:58 -0500 Received: from mail-wg0-f48.google.com ([74.125.82.48]:32822 "EHLO mail-wg0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750811AbaKZIZ5 (ORCPT ); Wed, 26 Nov 2014 03:25:57 -0500 Message-ID: <54758E92.7020600@plexistor.com> Date: Wed, 26 Nov 2014 10:25:54 +0200 From: Boaz Harrosh User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: Michal Marek CC: Andrew Morton , linux-kernel Subject: Re: [PATCH] .gitignore: Add Kdevelop4 project files References: <5474B18E.6030100@plexistor.com> <20141125202234.GA20112@pobox.suse.cz> In-Reply-To: <20141125202234.GA20112@pobox.suse.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 11/25/2014 10:22 PM, Michal Marek wrote: > On Tue, Nov 25, 2014 at 06:42:54PM +0200, Boaz Harrosh wrote: >> From: Boaz Harrosh >> >> I'm not sure what is the costume with such IDE project files. >> Most might be dot-files. It is kind of annoying for the Kdevelop4 user. >> >> So please consider adding *.kdev4 files to be ignored? > > Sure, why not. I just moved the pattern to the end of the list (the > first part are files generated by kbuild itself) and added a comment: > > diff --git a/.gitignore b/.gitignore > index e213b27..ce57b79 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -96,3 +96,6 @@ x509.genkey > > # Kconfig presets > all.config > + > +# Kdevelop4 > +*.kdev4 > > I hope you don't mind. > I do not mind. Even much better, thanks > Michal > Boaz -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/