How to ignore files only on one computer

Martin Pool mbp at canonical.com
Fri Aug 20 09:55:24 BST 2010


On 20 August 2010 18:43, Carl Youngblood <carl at youngbloods.org> wrote:
> I have a situation where I need to change some files in a repository
> for my machine but don't want these changes to be passed on to other
> developers. I would like to be able to configure my local installation
> of bazaar to ignore these files when I do commits. But I can't find
> any way of doing this. Git has a global config that can let you set
> things like this.

Sorry, there's no persistent configuration for this, but you can
exclude files from a commit with -x.  If you would like to try adding
a configuration item it may not be very hard.

-- 
Martin



More information about the bazaar mailing list