* [Qemu-devel] [for-2.3 PATCH] gitignore: Ignore more .pod files.
@ 2015-03-20 16:26 Eric Blake
2015-03-20 16:29 ` Eric Blake
0 siblings, 1 reply; 2+ messages in thread
From: Eric Blake @ 2015-03-20 16:26 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 naming every
such generated doc file, just exclude the pattern.
Signed-off-by: Eric Blake <eblake@redhat.com>
CC: qemu-trivial@nongnu.org
---
.gitignore | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/.gitignore b/.gitignore
index e32a584..da5413d 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
*.a
*.aux
*.cp
@@ -70,6 +63,7 @@
*.ky
*.log
*.pdf
+*.pod
*.cps
*.fns
*.kys
--
2.1.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [for-2.3 PATCH] gitignore: Ignore more .pod files.
2015-03-20 16:26 [Qemu-devel] [for-2.3 PATCH] gitignore: Ignore more .pod files Eric Blake
@ 2015-03-20 16:29 ` Eric Blake
0 siblings, 0 replies; 2+ messages in thread
From: Eric Blake @ 2015-03-20 16:29 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial
[-- Attachment #1: Type: text/plain, Size: 698 bytes --]
On 03/20/2015 10:26 AM, 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 naming every
> such generated doc file, just exclude the pattern.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> CC: qemu-trivial@nongnu.org
> ---
> -/qemu-nbd.8
> +*.1
Blech. Serves me right for not saving my buffer before hitting send. v2
coming up that doesn't leak qemu-nbd.8 (or any other man page we might
add outside of section 1).
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-20 16:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-20 16:26 [Qemu-devel] [for-2.3 PATCH] gitignore: Ignore more .pod files Eric Blake
2015-03-20 16:29 ` Eric Blake
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).