From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoffer Dall Subject: Re: [PATCH v5 04/19] add distclean target and gitignore more Date: Sat, 14 Jun 2014 15:17:10 +0200 Message-ID: <20140614131710.GA14023@lvm> References: <1402495294-30737-1-git-send-email-drjones@redhat.com> <1402495294-30737-5-git-send-email-drjones@redhat.com> <53998290.1010404@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Andrew Jones , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org To: Paolo Bonzini Return-path: Received: from mail-la0-f51.google.com ([209.85.215.51]:33243 "EHLO mail-la0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754692AbaFNNRR (ORCPT ); Sat, 14 Jun 2014 09:17:17 -0400 Received: by mail-la0-f51.google.com with SMTP id mc6so1733248lab.24 for ; Sat, 14 Jun 2014 06:17:16 -0700 (PDT) Content-Disposition: inline In-Reply-To: <53998290.1010404@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On Thu, Jun 12, 2014 at 12:36:00PM +0200, Paolo Bonzini wrote: > Il 11/06/2014 16:01, Andrew Jones ha scritto: > > patches > > .stgit-* > > cscope.* > >+*.swp > >+/config.mak > >+/*-run > >+/test.log > >+/msr.out > > I'd place swp, cscope, stgit and patches file in a global gitignore > file ("git config --global core.excludesfile /path/to/file") rather > than polluting each repository. But since you're adding to > something that already exist (and since I also use vi :)), I'll > apply this patch and content myself with sharing the git trick I > have just learnt. > You can also add set directory=~/.vim/swap to your ~/.vimrc and not have to worry about this in any of your directories ;) -Christoffer