$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [git] An ignore file for the top-level repository?
From: Jonathan Wakely (jwakely.boost_at_[hidden])
Date: 2014-01-07 07:03:38
On 7 January 2014 11:36, Daryle Walker wrote:
> I couldn't sync (i.e. upload) the ignore-file since I don't have write access for the top-level repository. So I'll get a conflict once someone does add an ignore file for everyone?
You could list the ignored files in .git/info/exclude instead, so you
wouldn't get a conflict if a .gitignore is added later, but it does
seem like someone should add the top-level .gitignore instead.