Re: Fwd: Add git ignore as builtin

2014-11-23 Thread Javier Domingo Cansino
I would love to have such tool included in the toolchain, but being able to use it to edit all the ignore chain, defaulting to .gitignore. Explain the reason in my case. Usually, when ignoring stuff, you will probable ignore already your IDE/Editor files using a global gitignore. And most of the

Re: Fwd: Add git ignore as builtin

2014-11-17 Thread Jeff King
On Mon, Nov 17, 2014 at 12:12:25AM +, Ryan Jacobs wrote: Alberto Fanjul Alonso albertofanjul at gmail.com writes: git ignore whatever adds whatever to .git/info/exclude This should be git exclude not git ignore. Difference between the two:

Re: Fwd: Add git ignore as builtin

2014-11-17 Thread Junio C Hamano
Jeff King p...@peff.net writes: On Mon, Nov 17, 2014 at 12:12:25AM +, Ryan Jacobs wrote: Alberto Fanjul Alonso albertofanjul at gmail.com writes: git ignore whatever adds whatever to .git/info/exclude This should be git exclude not git ignore. Difference between the two:

Re: Fwd: Add git ignore as builtin

2014-11-16 Thread Ryan Jacobs
Alberto Fanjul Alonso albertofanjul at gmail.com writes: git ignore whatever adds whatever to .git/info/exclude This should be git exclude not git ignore. Difference between the two: http://stackoverflow.com/questions/10066749/git- excludes-vs-ignores I'd second the notion of a git ignore,

Fwd: Add git ignore as builtin

2014-11-15 Thread Alberto Fanjul Alonso
After seeing -e option in git config (open config files in editor) http://git-scm.com/docs/git-config I decide it's time to propose to incorporate an alias really useful to me git ignore The repo is on https://github.com/albfan/git-ignore basically: git ignore whatever adds whatever to