diff mbox

[RFC,01/14] gitignore: ignore more files

Message ID 1363161681-13878-2-git-send-email-lig.fnst@cn.fujitsu.com
State New
Headers show

Commit Message

liguang March 13, 2013, 8:01 a.m. UTC
ignore *.patch, *.gcda, *.gcno

Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

liguang March 21, 2013, 6:24 a.m. UTC | #1
ping ...
can this change be accepted?

在 2013-03-13三的 16:01 +0800,liguang写道:
> ignore *.patch, *.gcda, *.gcno
> 
> Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
> ---
>  .gitignore |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/.gitignore b/.gitignore
> index 27ad002..9c234a3 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -80,6 +80,9 @@ fsdev/virtfs-proxy-helper.pod
>  *.swp
>  *.orig
>  .pc
> +*.patch
> +*.gcda
> +*.gcno
>  patches
>  pc-bios/bios-pq/status
>  pc-bios/vgabios-pq/status
Peter Maydell March 21, 2013, 10:43 a.m. UTC | #2
On 21 March 2013 06:24, li guang <lig.fnst@cn.fujitsu.com> wrote:
> ping ...
> can this change be accepted?
>
> 在 2013-03-13三的 16:01 +0800,liguang写道:
>> ignore *.patch, *.gcda, *.gcno
>>
>> Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>

If you want a change to be considered for acceptance
on its own, it's better not to include it in a 14 patch
RFC series. "RFC" specifically means "I'm asking for
comments and don't expect/want this to be applied".
Since this is a standalone patch I suggest you send it
out as a single patch email (you could probably cc
qemu-trivial too).

thanks
-- PMM
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 27ad002..9c234a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -80,6 +80,9 @@  fsdev/virtfs-proxy-helper.pod
 *.swp
 *.orig
 .pc
+*.patch
+*.gcda
+*.gcno
 patches
 pc-bios/bios-pq/status
 pc-bios/vgabios-pq/status