* [Qemu-trivial] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
@ 2015-03-20 16:30 ` Eric Blake
0 siblings, 0 replies; 8+ messages in thread
From: Eric Blake @ 2015-03-20 16:30 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
kvm_stat.{1,pod} started showing up as untracked files in my
directory, and I nearly accidentally merged them into a commit
with my usual habit of 'git add .'. Rather than spelling out
each such file, just ignore the entire pattern.
Signed-off-by: Eric Blake <eblake@redhat.com>
CC: qemu-trivial@nongnu.org
---
v2: fix man page pattern
.gitignore | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/.gitignore b/.gitignore
index e32a584..aed0e1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,14 +37,8 @@
/qemu-tech.html
/qemu-doc.info
/qemu-tech.info
-/qemu.1
-/qemu.pod
-/qemu-img.1
-/qemu-img.pod
/qemu-img
/qemu-nbd
-/qemu-nbd.8
-/qemu-nbd.pod
/qemu-options.def
/qemu-options.texi
/qemu-img-cmds.texi
@@ -56,8 +50,7 @@
/qmp-commands.txt
/vscclient
/fsdev/virtfs-proxy-helper
-/fsdev/virtfs-proxy-helper.1
-/fsdev/virtfs-proxy-helper.pod
+*.[1-9]
*.a
*.aux
*.cp
@@ -70,6 +63,7 @@
*.ky
*.log
*.pdf
+*.pod
*.cps
*.fns
*.kys
--
2.1.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [Qemu-devel] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
@ 2015-03-20 16:30 ` Eric Blake
0 siblings, 0 replies; 8+ messages in thread
From: Eric Blake @ 2015-03-20 16:30 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
kvm_stat.{1,pod} started showing up as untracked files in my
directory, and I nearly accidentally merged them into a commit
with my usual habit of 'git add .'. Rather than spelling out
each such file, just ignore the entire pattern.
Signed-off-by: Eric Blake <eblake@redhat.com>
CC: qemu-trivial@nongnu.org
---
v2: fix man page pattern
.gitignore | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/.gitignore b/.gitignore
index e32a584..aed0e1f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,14 +37,8 @@
/qemu-tech.html
/qemu-doc.info
/qemu-tech.info
-/qemu.1
-/qemu.pod
-/qemu-img.1
-/qemu-img.pod
/qemu-img
/qemu-nbd
-/qemu-nbd.8
-/qemu-nbd.pod
/qemu-options.def
/qemu-options.texi
/qemu-img-cmds.texi
@@ -56,8 +50,7 @@
/qmp-commands.txt
/vscclient
/fsdev/virtfs-proxy-helper
-/fsdev/virtfs-proxy-helper.1
-/fsdev/virtfs-proxy-helper.pod
+*.[1-9]
*.a
*.aux
*.cp
@@ -70,6 +63,7 @@
*.ky
*.log
*.pdf
+*.pod
*.cps
*.fns
*.kys
--
2.1.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
2015-03-20 16:30 ` [Qemu-devel] " Eric Blake
@ 2015-03-20 17:00 ` Stefan Weil
-1 siblings, 0 replies; 8+ messages in thread
From: Stefan Weil @ 2015-03-20 17:00 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial
Am 20.03.2015 um 17:30 schrieb Eric Blake:
> kvm_stat.{1,pod} started showing up as untracked files in my
> directory, and I nearly accidentally merged them into a commit
> with my usual habit of 'git add .'. Rather than spelling out
> each such file, just ignore the entire pattern.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> CC: qemu-trivial@nongnu.org
> ---
>
> v2: fix man page pattern
>
> .gitignore | 10 ++--------
> 1 file changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index e32a584..aed0e1f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -37,14 +37,8 @@
> /qemu-tech.html
> /qemu-doc.info
> /qemu-tech.info
> -/qemu.1
> -/qemu.pod
> -/qemu-img.1
> -/qemu-img.pod
> /qemu-img
> /qemu-nbd
> -/qemu-nbd.8
> -/qemu-nbd.pod
> /qemu-options.def
> /qemu-options.texi
> /qemu-img-cmds.texi
> @@ -56,8 +50,7 @@
> /qmp-commands.txt
> /vscclient
> /fsdev/virtfs-proxy-helper
> -/fsdev/virtfs-proxy-helper.1
> -/fsdev/virtfs-proxy-helper.pod
> +*.[1-9]
> *.a
> *.aux
> *.cp
> @@ -70,6 +63,7 @@
> *.ky
> *.log
> *.pdf
> +*.pod
> *.cps
> *.fns
> *.kys
Reviewed-by: Stefan Weil <sw@weilnetz.de>
What about only supporting out-of-tree builds for future versions of QEMU?
.gitignore could be reduced to a few lines then.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
@ 2015-03-20 17:00 ` Stefan Weil
0 siblings, 0 replies; 8+ messages in thread
From: Stefan Weil @ 2015-03-20 17:00 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial
Am 20.03.2015 um 17:30 schrieb Eric Blake:
> kvm_stat.{1,pod} started showing up as untracked files in my
> directory, and I nearly accidentally merged them into a commit
> with my usual habit of 'git add .'. Rather than spelling out
> each such file, just ignore the entire pattern.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> CC: qemu-trivial@nongnu.org
> ---
>
> v2: fix man page pattern
>
> .gitignore | 10 ++--------
> 1 file changed, 2 insertions(+), 8 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index e32a584..aed0e1f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -37,14 +37,8 @@
> /qemu-tech.html
> /qemu-doc.info
> /qemu-tech.info
> -/qemu.1
> -/qemu.pod
> -/qemu-img.1
> -/qemu-img.pod
> /qemu-img
> /qemu-nbd
> -/qemu-nbd.8
> -/qemu-nbd.pod
> /qemu-options.def
> /qemu-options.texi
> /qemu-img-cmds.texi
> @@ -56,8 +50,7 @@
> /qmp-commands.txt
> /vscclient
> /fsdev/virtfs-proxy-helper
> -/fsdev/virtfs-proxy-helper.1
> -/fsdev/virtfs-proxy-helper.pod
> +*.[1-9]
> *.a
> *.aux
> *.cp
> @@ -70,6 +63,7 @@
> *.ky
> *.log
> *.pdf
> +*.pod
> *.cps
> *.fns
> *.kys
Reviewed-by: Stefan Weil <sw@weilnetz.de>
What about only supporting out-of-tree builds for future versions of QEMU?
.gitignore could be reduced to a few lines then.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-trivial] [Qemu-devel] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
2015-03-20 17:00 ` Stefan Weil
@ 2015-03-23 7:45 ` Markus Armbruster
-1 siblings, 0 replies; 8+ messages in thread
From: Markus Armbruster @ 2015-03-23 7:45 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, Eric Blake, qemu-devel
Stefan Weil <sw@weilnetz.de> writes:
> Am 20.03.2015 um 17:30 schrieb Eric Blake:
>> kvm_stat.{1,pod} started showing up as untracked files in my
>> directory, and I nearly accidentally merged them into a commit
>> with my usual habit of 'git add .'. Rather than spelling out
>> each such file, just ignore the entire pattern.
>>
>> Signed-off-by: Eric Blake <eblake@redhat.com>
>> CC: qemu-trivial@nongnu.org
>> ---
>>
>> v2: fix man page pattern
>>
>> .gitignore | 10 ++--------
>> 1 file changed, 2 insertions(+), 8 deletions(-)
>>
>> diff --git a/.gitignore b/.gitignore
>> index e32a584..aed0e1f 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -37,14 +37,8 @@
>> /qemu-tech.html
>> /qemu-doc.info
>> /qemu-tech.info
>> -/qemu.1
>> -/qemu.pod
>> -/qemu-img.1
>> -/qemu-img.pod
>> /qemu-img
>> /qemu-nbd
>> -/qemu-nbd.8
>> -/qemu-nbd.pod
>> /qemu-options.def
>> /qemu-options.texi
>> /qemu-img-cmds.texi
>> @@ -56,8 +50,7 @@
>> /qmp-commands.txt
>> /vscclient
>> /fsdev/virtfs-proxy-helper
>> -/fsdev/virtfs-proxy-helper.1
>> -/fsdev/virtfs-proxy-helper.pod
>> +*.[1-9]
>> *.a
>> *.aux
>> *.cp
>> @@ -70,6 +63,7 @@
>> *.ky
>> *.log
>> *.pdf
>> +*.pod
>> *.cps
>> *.fns
>> *.kys
>
> Reviewed-by: Stefan Weil <sw@weilnetz.de>
>
> What about only supporting out-of-tree builds for future versions of QEMU?
> .gitignore could be reduced to a few lines then.
Yes, please! Could you prep a patch?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
@ 2015-03-23 7:45 ` Markus Armbruster
0 siblings, 0 replies; 8+ messages in thread
From: Markus Armbruster @ 2015-03-23 7:45 UTC (permalink / raw)
To: Stefan Weil; +Cc: qemu-trivial, qemu-devel
Stefan Weil <sw@weilnetz.de> writes:
> Am 20.03.2015 um 17:30 schrieb Eric Blake:
>> kvm_stat.{1,pod} started showing up as untracked files in my
>> directory, and I nearly accidentally merged them into a commit
>> with my usual habit of 'git add .'. Rather than spelling out
>> each such file, just ignore the entire pattern.
>>
>> Signed-off-by: Eric Blake <eblake@redhat.com>
>> CC: qemu-trivial@nongnu.org
>> ---
>>
>> v2: fix man page pattern
>>
>> .gitignore | 10 ++--------
>> 1 file changed, 2 insertions(+), 8 deletions(-)
>>
>> diff --git a/.gitignore b/.gitignore
>> index e32a584..aed0e1f 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -37,14 +37,8 @@
>> /qemu-tech.html
>> /qemu-doc.info
>> /qemu-tech.info
>> -/qemu.1
>> -/qemu.pod
>> -/qemu-img.1
>> -/qemu-img.pod
>> /qemu-img
>> /qemu-nbd
>> -/qemu-nbd.8
>> -/qemu-nbd.pod
>> /qemu-options.def
>> /qemu-options.texi
>> /qemu-img-cmds.texi
>> @@ -56,8 +50,7 @@
>> /qmp-commands.txt
>> /vscclient
>> /fsdev/virtfs-proxy-helper
>> -/fsdev/virtfs-proxy-helper.1
>> -/fsdev/virtfs-proxy-helper.pod
>> +*.[1-9]
>> *.a
>> *.aux
>> *.cp
>> @@ -70,6 +63,7 @@
>> *.ky
>> *.log
>> *.pdf
>> +*.pod
>> *.cps
>> *.fns
>> *.kys
>
> Reviewed-by: Stefan Weil <sw@weilnetz.de>
>
> What about only supporting out-of-tree builds for future versions of QEMU?
> .gitignore could be reduced to a few lines then.
Yes, please! Could you prep a patch?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-trivial] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
2015-03-20 16:30 ` [Qemu-devel] " Eric Blake
@ 2015-03-25 15:21 ` Michael Tokarev
-1 siblings, 0 replies; 8+ messages in thread
From: Michael Tokarev @ 2015-03-25 15:21 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial
20.03.2015 19:30, Eric Blake wrote:
> kvm_stat.{1,pod} started showing up as untracked files in my
> directory, and I nearly accidentally merged them into a commit
> with my usual habit of 'git add .'. Rather than spelling out
> each such file, just ignore the entire pattern.
Applied to -trivial, thank you!
/mjt
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
@ 2015-03-25 15:21 ` Michael Tokarev
0 siblings, 0 replies; 8+ messages in thread
From: Michael Tokarev @ 2015-03-25 15:21 UTC (permalink / raw)
To: Eric Blake, qemu-devel; +Cc: qemu-trivial
20.03.2015 19:30, Eric Blake wrote:
> kvm_stat.{1,pod} started showing up as untracked files in my
> directory, and I nearly accidentally merged them into a commit
> with my usual habit of 'git add .'. Rather than spelling out
> each such file, just ignore the entire pattern.
Applied to -trivial, thank you!
/mjt
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-03-25 15:22 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 16:30 [Qemu-trivial] [for-2.3 PATCH v2] gitignore: Ignore more .pod files Eric Blake
2015-03-20 16:30 ` [Qemu-devel] " Eric Blake
2015-03-20 17:00 ` [Qemu-trivial] " Stefan Weil
2015-03-20 17:00 ` Stefan Weil
2015-03-23 7:45 ` [Qemu-trivial] " Markus Armbruster
2015-03-23 7:45 ` Markus Armbruster
2015-03-25 15:21 ` [Qemu-trivial] " Michael Tokarev
2015-03-25 15:21 ` [Qemu-devel] " Michael Tokarev
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.