All of lore.kernel.org
 help / color / mirror / Atom feed
From: Petre Ovidiu PIRCALABU <ppircalabu@bitdefender.com>
To: "wei.liu2@citrix.com" <wei.liu2@citrix.com>
Cc: "kevin.tian@intel.com" <kevin.tian@intel.com>,
	"sstabellini@kernel.org" <sstabellini@kernel.org>,
	"jun.nakajima@intel.com" <jun.nakajima@intel.com>,
	"rcojocaru@bitdefender.com" <rcojocaru@bitdefender.com>,
	"George.Dunlap@eu.citrix.com" <George.Dunlap@eu.citrix.com>,
	"andrew.cooper3@citrix.com" <andrew.cooper3@citrix.com>,
	"ian.jackson@eu.citrix.com" <ian.jackson@eu.citrix.com>,
	"tim@xen.org" <tim@xen.org>,
	"paul.durrant@citrix.com" <paul.durrant@citrix.com>,
	"tamas@tklengyel.com" <tamas@tklengyel.com>,
	"jbeulich@suse.com" <jbeulich@suse.com>,
	"xen-devel@lists.xenproject.org" <xen-devel@lists.xenproject.org>
Subject: Re: [PATCH v10 1/3] gitignore: add local vimrc files
Date: Thu, 7 Sep 2017 15:36:00 +0000	[thread overview]
Message-ID: <1504798559.3358.7.camel@bitdefender.com> (raw)
In-Reply-To: <20170907145940.zlig4t7vseelqvsj@citrix.com>

On Jo, 2017-09-07 at 15:59 +0100, Wei Liu wrote:
> OOI how does this work?
>
> You put a .vimrc under xen.git?
I haven't added the file to the repository, just to .gitignore in order
to mask it from git. It will help me very much to have it upstream
because right now I have to cherry-pick it each time I create a local
branch.
I'm using neovim and 'MarcWeber/vim-addon-local-vimrc'. My local .vimrc
is quite simple, just sets the alignment, tabs and tabspace according
to the xen coding standard.

//Petre
>
> On Wed, Sep 06, 2017 at 04:48:24PM +0300, Petre Pircalabu wrote:
> >
> > Signed-off-by: Petre Pircalabu <ppircalabu@bitdefender.com>
> > ---
> >  .gitignore | 1 +
> >  1 file changed, 1 insertion(+)
> >
> > diff --git a/.gitignore b/.gitignore
> > index 594ffd9..8af9c02 100644
> > --- a/.gitignore
> > +++ b/.gitignore
> > @@ -27,6 +27,7 @@ cscope.in.out
> >  cscope.out
> >  cscope.po.out
> >  .config
> > +.vimrc
> >
> >  dist
> >  stubdom/*.tar.gz

________________________
This email was scanned by Bitdefender
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

  reply	other threads:[~2017-09-07 15:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-06 13:48 [PATCH v10 0/3] Notify monitor when emulating an unimplemented instruction Petre Pircalabu
2017-09-06 13:48 ` [PATCH v10 1/3] gitignore: add local vimrc files Petre Pircalabu
2017-09-07 14:59   ` Wei Liu
2017-09-07 15:36     ` Petre Ovidiu PIRCALABU [this message]
2017-09-07 15:41       ` Wei Liu
2017-09-07 16:12       ` Ian Jackson
2017-09-07 17:15         ` Petre Ovidiu PIRCALABU
2017-09-06 13:48 ` [PATCH v10 2/3] x86emul: New return code for unimplemented instruction Petre Pircalabu
2017-09-07 14:26   ` Jan Beulich
2017-09-07 15:08     ` Jan Beulich
2017-09-11 15:52       ` Petre Ovidiu PIRCALABU
2017-09-12  9:35         ` Jan Beulich
2017-09-07 14:36   ` Andrew Cooper
2017-09-06 13:48 ` [PATCH v10 3/3] x86/monitor: Notify monitor if an emulation fails Petre Pircalabu
2017-09-06 15:12 ` [PATCH v10 0/3] Notify monitor when emulating an unimplemented instruction Tamas K Lengyel
2017-09-06 15:48   ` Petre Ovidiu PIRCALABU

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1504798559.3358.7.camel@bitdefender.com \
    --to=ppircalabu@bitdefender.com \
    --cc=George.Dunlap@eu.citrix.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=jbeulich@suse.com \
    --cc=jun.nakajima@intel.com \
    --cc=kevin.tian@intel.com \
    --cc=paul.durrant@citrix.com \
    --cc=rcojocaru@bitdefender.com \
    --cc=sstabellini@kernel.org \
    --cc=tamas@tklengyel.com \
    --cc=tim@xen.org \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xenproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.