From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jonathan Nieder Subject: Re: getting git to ignore modifications to specific files Date: Wed, 1 Sep 2010 23:09:09 -0500 Message-ID: <20100902040909.GD29713@burratino> References: <4C7EA1FF.8030307@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "git@vger.kernel.org" To: Chris Packham X-From: git-owner@vger.kernel.org Thu Sep 02 06:11:26 2010 Return-path: Envelope-to: gcvg-git-2@lo.gmane.org Received: from vger.kernel.org ([209.132.180.67]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Or193-0005Dm-Jy for gcvg-git-2@lo.gmane.org; Thu, 02 Sep 2010 06:11:25 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750761Ab0IBELE (ORCPT ); Thu, 2 Sep 2010 00:11:04 -0400 Received: from mail-gw0-f46.google.com ([74.125.83.46]:49559 "EHLO mail-gw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750729Ab0IBELC (ORCPT ); Thu, 2 Sep 2010 00:11:02 -0400 Received: by gwj17 with SMTP id 17so3309448gwj.19 for ; Wed, 01 Sep 2010 21:11:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:cc:subject :message-id:references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=6SRRUk50n7NQlRVPxTnxZIpTI4Jtd/RKm1iZidFVdcw=; b=CHeV+38ci92nm+eF9uA9VExIDjShs5rBIRE1WzPILsCE+BHLEy2IGUKwUbmtGO80BI 0VlGjQ3UBcNM/OjfZ1UNp53ezx/gaakpYuxKALzHEF1/H3qk6imS7D8wHT4pdq8dxTZH ychshJAO/JsfGdIR6ZEdfhNNZI84jCZpH/zCE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=k186aG7Twz16S3aX507KIcceEvUvwR5LN9YAtYzIQ40zVe5fMIab0xgAcFxIMMCW/u Pz3O2LtPEFN3Qxn87AFSXb/6YC5D7oiaZO4VZhnjcTaZbwz808yNsV4vIH4sxH8BBt6S MB6zs/t6bI+5wqAgZx5NZiUDi/42T7/5yzsAU= Received: by 10.151.5.12 with SMTP id h12mr1081687ybi.73.1283400661392; Wed, 01 Sep 2010 21:11:01 -0700 (PDT) Received: from burratino (dhcp-11-17.cs.uchicago.edu [128.135.11.176]) by mx.google.com with ESMTPS id w24sm1617978ybk.13.2010.09.01.21.11.00 (version=SSLv3 cipher=RC4-MD5); Wed, 01 Sep 2010 21:11:00 -0700 (PDT) Content-Disposition: inline In-Reply-To: <4C7EA1FF.8030307@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Chris Packham wrote: > There are a couple of repositories that are local clones of 3rd party > repositories which have included the pesky auto-generated files so whle > I can remove the offending files from repositories we control I need > another solution for the 3rd part ones. FWIW one half-solution that has worked well for me is to make a local clone without the autogenerated files and complain to upstream so the local clone becomes superfluous after a while. Naturally another solutions might work better, though.