From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paolo Bonzini Subject: Re: [PATCH v5 04/19] add distclean target and gitignore more Date: Thu, 12 Jun 2014 12:36:00 +0200 Message-ID: <53998290.1010404@redhat.com> References: <1402495294-30737-1-git-send-email-drjones@redhat.com> <1402495294-30737-5-git-send-email-drjones@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: christoffer.dall@linaro.org To: Andrew Jones , kvmarm@lists.cs.columbia.edu, kvm@vger.kernel.org Return-path: Received: from mail-qc0-f170.google.com ([209.85.216.170]:52528 "EHLO mail-qc0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932907AbaFLKgE (ORCPT ); Thu, 12 Jun 2014 06:36:04 -0400 Received: by mail-qc0-f170.google.com with SMTP id l6so1620059qcy.1 for ; Thu, 12 Jun 2014 03:36:03 -0700 (PDT) In-Reply-To: <1402495294-30737-5-git-send-email-drjones@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: 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. Paolo