summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEric Blake <eblake@redhat.com>2015-03-20 10:30:44 -0600
committerMichael Tokarev <mjt@tls.msk.ru>2015-04-04 09:45:59 +0300
commit085feb61dbc6130bfd2e6c3f59d03220ff9e1bb3 (patch)
treee7f78acd01d88ded739e51a1f16b9aa90aa10d70 /.gitignore
parent7b4b0b5795e934a9b7efb916af86715b68555be9 (diff)
downloadhqemu-085feb61dbc6130bfd2e6c3f59d03220ff9e1bb3.zip
hqemu-085feb61dbc6130bfd2e6c3f59d03220ff9e1bb3.tar.gz
gitignore: Ignore more .pod files.
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> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files 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
OpenPOWER on IntegriCloud