mirror of
https://salsa.debian.org/ha-team/libqb
synced 2025-08-25 21:45:49 +00:00

* doxygen2man: Add utility to generate man pages from doxygen This is in here from kronosnet so it cna be used by other parts of the cluster stack. * [man] drop trailing white spaces Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> * [build] cleanup variable names Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> * [build] add conditionals to use internal or external doxygen2man Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> * Update .gitignore Signed-off-by: Fabio M. Di Nitto <fdinitto@redhat.com> Co-authored-by: Christine Caulfield <ccaulfie@redhat.com>
64 lines
907 B
Plaintext
64 lines
907 B
Plaintext
*.[oa]
|
|
*.deps
|
|
*.so
|
|
*.la
|
|
*.lo
|
|
*.so.*
|
|
*.3
|
|
*.rpm
|
|
*.swp
|
|
*.pc
|
|
*.log
|
|
Makefile
|
|
Makefile.in
|
|
aclocal.m4
|
|
autom4te.cache/
|
|
config.status
|
|
configure
|
|
conftest.*
|
|
|
|
|
|
# dotfiles
|
|
|
|
.*
|
|
# - subsumed:
|
|
# .dirstamp (since we use subdir-objects as automake option)
|
|
# .libs
|
|
# .{,snapshot-,tarball-}version
|
|
# - sans:
|
|
!.git*
|
|
!/.tito
|
|
!/.travis.yml
|
|
|
|
|
|
# ignore "libtoolized" m4 files, but keep our (custom-prefixed) ones
|
|
/m4/*
|
|
!/m4/ax_*.m4
|
|
|
|
# build-aux/release.mk related litter
|
|
/tag-*
|
|
|
|
/lib/qblog_script.ld
|
|
# already captured with wildcard: /lib/qblog_script.la
|
|
|
|
libtool
|
|
libqb.spec
|
|
libqb-*
|
|
/doxygen2man/doxygen2man
|
|
cov
|
|
compat_reports
|
|
abi_dumps
|
|
TAGS
|
|
*~
|
|
test-driver
|
|
|
|
/tests/**/*.real
|
|
/tests/**/*.trs
|
|
/tests/ipc-test-name
|
|
/tests/functional/log_callsite_bench.c
|
|
/tests/functional/**/log_callsite_bench_section*.c
|
|
/tests/functional/**/log_client
|
|
/tests/functional/**/log_interlib_client
|
|
/tests/functional/_pkgs
|
|
/tests/functional/_results
|