qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [for-2.3 PATCH v2] gitignore: Ignore mor


From: Stefan Weil
Subject: Re: [Qemu-trivial] [Qemu-devel] [for-2.3 PATCH v2] gitignore: Ignore more .pod files.
Date: Fri, 20 Mar 2015 18:00:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.5.0

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 <address@hidden>
CC: address@hidden
---

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 <address@hidden>

What about only supporting out-of-tree builds for future versions of QEMU?
.gitignore could be reduced to a few lines then.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]