RichiH / vcsh

config manager based on Git
GNU General Public License v2.0
2.19k stars 123 forks source link

let's think ~/.gitignore.d through #16

Open Dieterbe opened 12 years ago

Dieterbe commented 12 years ago

do we really need the bakfiles for seed-gitignore? some arguments why not:

some arguments in favor

the latter is maybe the best solution: it removes the need for backupfiles completely, and allows users to maintain their own gitignore rules safely.

RichiH commented 12 years ago

$VCSH_BASE/.gitignore.d is the only place that works:

Thus, $VCSH_BASE/.gitignore.d is the only place that makes sense. I could make this a config option, but I doubt this is useful and only serves for people to shoot their own feet.

Dieterbe commented 12 years ago

this ticket has nothing to do with the location of the gitignore.d location.

RichiH commented 11 years ago

After some (hrhr) deliberation, I agree with your point.

Do you want to take a stab at it? Else, I will put it onto my TODO pile.