mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
maint: Ignore all intermediate and generated man pages
Since commit 9b77ce63f1
we create a .in file while building all
man pages, including those in the tools/ directory; update the
ignore patterns to take this change into account.
The new ignore patterns are generic enough that we can get rid of
a few existing ones as well.
This commit is contained in:
parent
cb44737165
commit
10ef8c66ee
9
.gitignore
vendored
9
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
*#*#
|
*#*#
|
||||||
*.#*#
|
*.#*#
|
||||||
|
*.[18]
|
||||||
|
*.[18].in
|
||||||
*.a
|
*.a
|
||||||
*.cov
|
*.cov
|
||||||
*.exe
|
*.exe
|
||||||
@ -57,8 +59,6 @@
|
|||||||
/daemon/libvirt_qemud
|
/daemon/libvirt_qemud
|
||||||
/daemon/libvirtd
|
/daemon/libvirtd
|
||||||
/daemon/libvirtd*.logrotate
|
/daemon/libvirtd*.logrotate
|
||||||
/daemon/libvirtd.8
|
|
||||||
/daemon/libvirtd.8.in
|
|
||||||
/daemon/libvirtd.init
|
/daemon/libvirtd.init
|
||||||
/daemon/libvirtd.pod
|
/daemon/libvirtd.pod
|
||||||
/daemon/libvirtd.policy
|
/daemon/libvirtd.policy
|
||||||
@ -155,12 +155,8 @@
|
|||||||
/src/util/virkeymaps.h
|
/src/util/virkeymaps.h
|
||||||
/src/virt-aa-helper
|
/src/virt-aa-helper
|
||||||
/src/virtlockd
|
/src/virtlockd
|
||||||
/src/virtlockd.8
|
|
||||||
/src/virtlockd.8.in
|
|
||||||
/src/virtlockd.init
|
/src/virtlockd.init
|
||||||
/src/virtlogd
|
/src/virtlogd
|
||||||
/src/virtlogd.8
|
|
||||||
/src/virtlogd.8.in
|
|
||||||
/src/virtlogd.init
|
/src/virtlogd.init
|
||||||
/tests/*.log
|
/tests/*.log
|
||||||
/tests/*.pid
|
/tests/*.pid
|
||||||
@ -175,7 +171,6 @@
|
|||||||
/tests/reconnect
|
/tests/reconnect
|
||||||
/tests/ssh
|
/tests/ssh
|
||||||
/tests/test_conf
|
/tests/test_conf
|
||||||
/tools/*.[18]
|
|
||||||
/tools/libvirt-guests.init
|
/tools/libvirt-guests.init
|
||||||
/tools/libvirt-guests.service
|
/tools/libvirt-guests.service
|
||||||
/tools/libvirt-guests.sh
|
/tools/libvirt-guests.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user