mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-23 19:49:43 +00:00
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>
This commit is contained in:
parent
7b4b0b5795
commit
085feb61db
10
.gitignore
vendored
10
.gitignore
vendored
@ -37,14 +37,8 @@
|
|||||||
/qemu-tech.html
|
/qemu-tech.html
|
||||||
/qemu-doc.info
|
/qemu-doc.info
|
||||||
/qemu-tech.info
|
/qemu-tech.info
|
||||||
/qemu.1
|
|
||||||
/qemu.pod
|
|
||||||
/qemu-img.1
|
|
||||||
/qemu-img.pod
|
|
||||||
/qemu-img
|
/qemu-img
|
||||||
/qemu-nbd
|
/qemu-nbd
|
||||||
/qemu-nbd.8
|
|
||||||
/qemu-nbd.pod
|
|
||||||
/qemu-options.def
|
/qemu-options.def
|
||||||
/qemu-options.texi
|
/qemu-options.texi
|
||||||
/qemu-img-cmds.texi
|
/qemu-img-cmds.texi
|
||||||
@ -56,8 +50,7 @@
|
|||||||
/qmp-commands.txt
|
/qmp-commands.txt
|
||||||
/vscclient
|
/vscclient
|
||||||
/fsdev/virtfs-proxy-helper
|
/fsdev/virtfs-proxy-helper
|
||||||
/fsdev/virtfs-proxy-helper.1
|
*.[1-9]
|
||||||
/fsdev/virtfs-proxy-helper.pod
|
|
||||||
*.a
|
*.a
|
||||||
*.aux
|
*.aux
|
||||||
*.cp
|
*.cp
|
||||||
@ -70,6 +63,7 @@
|
|||||||
*.ky
|
*.ky
|
||||||
*.log
|
*.log
|
||||||
*.pdf
|
*.pdf
|
||||||
|
*.pod
|
||||||
*.cps
|
*.cps
|
||||||
*.fns
|
*.fns
|
||||||
*.kys
|
*.kys
|
||||||
|
Loading…
Reference in New Issue
Block a user