On 2016-06-19 10:11, Valentine Sinitsyn wrote: > Signed-off-by: Valentine Sinitsyn <[email protected]> > --- > .gitignore | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/.gitignore b/.gitignore > index 4dff22b..7b5a755 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -23,3 +23,8 @@ ci/*.tar.xz > *.sw[pon] > cscope.* > ncscope.* > + > +# Vim stuff > +.vimrc > +.ycm_extra_conf.py* > +Session.vim >
That would make now 5 rules, only for vim - how much more does this tool generate/need? Doesn't scale. I'll rather remove the other two rules again and ask people to resolve such issues locally. @all vim users, please make use of $HOME/.config/git/ignore! See also man gitignore. Jan -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
