dbus/.gitignore
Simon McVittie 600926adce CI: Consistently build in ./build
This will make it easier to capture log files. All our CI builds happen
in an expendable checkout, so we can safely remove and re-create ./build.

Signed-off-by: Simon McVittie <smcv@collabora.com>
2022-07-13 20:36:13 +01:00

55 lines
605 B
Text

/*.pc
/.ccache/
/Doxyfile
/aclocal.m4
/aminclude_static.am
/autom4te.cache
/build/
/build-aux/
/bus/tmpfiles.d/dbus.conf
/ci-build*/
/*-prefix/
*.zst*
file*.lst
/cmake/DBus1Config*.cmake
/config.cache
/config.h
/config.h.in
/config.log
/config.status
/configure
/dbus-1.*-coverage.info
/dbus-1.*-coverage.info.tmp
/dbus-1.*-coverage/
/dbus-1.*.tar.*
/dbus-1.*/
/libtool
/m4/libtool.m4
/m4/lt*.m4
/src-from-dist/
/stamp-h
/stamp-h.in
/stamp-h1
/test-driver
*.bb
*.bbg
*.da
*.gcda
*.gcno
*.gcov
*.la
*.lo
*.o
*.orig
*.rej
*~
.*.sw?
.deps/
.dirstamp
.libs/
Makefile
Makefile.in
__pycache__/
cscope.out
tags