From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kirill Smelkov Subject: Re: [TopGit PATCH] .gitignore += vim swap files Date: Thu, 18 Sep 2008 21:43:07 +0400 Organization: St.Petersburg State University Message-ID: <20080918174307.GL11602@roro3> References: <1221755370-6817-1-git-send-email-kirr@landau.phys.spbu.ru> <1221755370-6817-2-git-send-email-kirr@landau.phys.spbu.ru> <36ca99e90809181038o74c73121j59849b3f24fe6469@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: Kirill Smelkov , Petr Baudis , Git Mailing List To: Bert Wesarg X-From: git-owner@vger.kernel.org Thu Sep 18 19:52:43 2008 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1KgNgD-0006oH-3o for gcvg-git-2@gmane.org; Thu, 18 Sep 2008 19:52:37 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755047AbYIRRv0 convert rfc822-to-quoted-printable (ORCPT ); Thu, 18 Sep 2008 13:51:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755370AbYIRRv0 (ORCPT ); Thu, 18 Sep 2008 13:51:26 -0400 Received: from vs281.server4u.cz ([81.91.85.31]:40982 "EHLO vs281.server4u.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754968AbYIRRv0 (ORCPT ); Thu, 18 Sep 2008 13:51:26 -0400 Received: from localhost ([127.0.0.1] helo=roro3) by vs281.server4u.cz with esmtp (Exim 4.69) (envelope-from ) id 1KgNlc-00009i-BX; Thu, 18 Sep 2008 19:58:12 +0200 Received: from kirr by roro3 with local (Exim 4.69) (envelope-from ) id 1KgNX1-00031s-CW; Thu, 18 Sep 2008 21:43:07 +0400 Content-Disposition: inline In-Reply-To: <36ca99e90809181038o74c73121j59849b3f24fe6469@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: On Thu, Sep 18, 2008 at 07:38:58PM +0200, Bert Wesarg wrote: > On Thu, Sep 18, 2008 at 18:29, Kirill Smelkov wrote: > > Signed-off-by: Kirill Smelkov > > --- > > .gitignore | 2 ++ > > 1 files changed, 2 insertions(+), 0 deletions(-) > > > > diff --git a/.gitignore b/.gitignore > > index 8868f2d..aa39db4 100644 > > --- a/.gitignore > > +++ b/.gitignore > > @@ -18,3 +18,5 @@ tg-import.txt > > tg-remote > > tg-remote.txt > > tg > > + > > +*.swp > can't you do this in your .git/info/excludes? >=20 > bert I sure can, but I think the question is what is the most convenient, an= d for me it is convenient to start hacking right on fresh topgit clone. Also, if you'll look e.g. here: http://git.kernel.org/?p=3Dlinux/kernel/git/torvalds/linux-2.6.git;a=3D= blob;f=3D.gitignore;h=3D869e1a3b64b6bf969eeced820691e955e03e3068;hb=3DH= EAD#l65 It seems emacs is supported in Linux kernel, so I'm slowly restoring th= e balance in favour of vim :) --=20 =D0=92=D1=81=D0=B5=D0=B3=D0=BE =D1=85=D0=BE=D1=80=D0=BE=D1=88=D0=B5= =D0=B3=D0=BE, =D0=9A=D0=B8=D1=80=D0=B8=D0=BB=D0=BB.