qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: Fam Zheng <famz@redhat.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v2] docker: Prefix src copy dir with "."
Date: Mon, 8 Aug 2016 11:03:26 +0200	[thread overview]
Message-ID: <f1be262f-4ca0-1289-d12f-9aa3adfe672f@redhat.com> (raw)
In-Reply-To: <1470638884-22528-1-git-send-email-famz@redhat.com>



On 08/08/2016 08:48, Fam Zheng wrote:
> So they don't show up in "ls" command, and don't clutter editor's quick
> open plugins easily (such as CtrlP of VIM).

It is also harder to remove it this way though.  Perhaps move it into
tests/docker?

Paolo

> Signed-off-by: Fam Zheng <famz@redhat.com>
> 
> ---
> 
> Update .gitignore entry too.
> ---
>  .gitignore                    | 2 +-
>  tests/docker/Makefile.include | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 88ec249..5963994 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -113,5 +113,5 @@
>  cscope.*
>  tags
>  TAGS
> -docker-src.*
> +.docker-src.*
>  *~
> diff --git a/tests/docker/Makefile.include b/tests/docker/Makefile.include
> index 4f4707d..de57320 100644
> --- a/tests/docker/Makefile.include
> +++ b/tests/docker/Makefile.include
> @@ -28,7 +28,7 @@ make-archive-maybe = $(if $(wildcard $1/*), \
>  		"  ARCHIVE $(notdir $2)"))
>  
>  CUR_TIME := $(shell date +%Y-%m-%d-%H.%M.%S.$$$$)
> -DOCKER_SRC_COPY := docker-src.$(CUR_TIME)
> +DOCKER_SRC_COPY := .docker-src.$(CUR_TIME)
>  
>  $(DOCKER_SRC_COPY):
>  	@mkdir $@
> 

  reply	other threads:[~2016-08-08  9:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-08  6:48 [Qemu-devel] [PATCH v2] docker: Prefix src copy dir with "." Fam Zheng
2016-08-08  9:03 ` Paolo Bonzini [this message]
2016-08-08  9:09   ` Fam Zheng

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=f1be262f-4ca0-1289-d12f-9aa3adfe672f@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=famz@redhat.com \
    --cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).