From mboxrd@z Thu Jan 1 00:00:00 1970 From: Junio C Hamano Subject: Re: Extending .gitignore Date: Sat, 18 Aug 2007 03:00:42 -0700 Message-ID: <7vr6m1cgc5.fsf@gitster.siamese.dyndns.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: To: Dmitry Kakurin X-From: git-owner@vger.kernel.org Sat Aug 18 12:00:51 2007 Return-path: Envelope-to: gcvg-git@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1IML6x-0000h5-23 for gcvg-git@gmane.org; Sat, 18 Aug 2007 12:00:51 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753082AbXHRKAs (ORCPT ); Sat, 18 Aug 2007 06:00:48 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752946AbXHRKAr (ORCPT ); Sat, 18 Aug 2007 06:00:47 -0400 Received: from rune.sasl.smtp.pobox.com ([208.210.124.37]:59437 "EHLO sasl.smtp.pobox.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752774AbXHRKAr (ORCPT ); Sat, 18 Aug 2007 06:00:47 -0400 Received: from pobox.com (ip68-225-240-77.oc.oc.cox.net [68.225.240.77]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by rune.sasl.smtp.pobox.com (Postfix) with ESMTP id 51EDE1203AB; Sat, 18 Aug 2007 06:01:06 -0400 (EDT) In-Reply-To: (Dmitry Kakurin's message of "Sat, 18 Aug 2007 02:43:50 -0700") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: Dmitry Kakurin writes: > So I want to be able to say to git: don't track this file, but don't delete it either (even with clean -x). > What do you think? Does it make sense? Can it be done right now? I've said that we would need .precious in addition to .ignore; no objection at all, except "even with clean -x" part which may be a controversial detail. Can it be done right now? Of course not. That is definitely a post 1.5.3 item. But the beauty of the distributednes of git is that _you_ can start working on it without disturbing anybody else nor worrying about the stabilization freeze period. Me, personally I would prefer to see people spending their time to find regressions in -rc and fixing them before the release, though...