dbus/.gitignore
Simon McVittie ae7568face Install a systemd tmpfiles.d snippet to create /var/lib/dbus/machine-id
On systemd systems, /etc/machine-id is guaranteed to exist and has
the same format as the D-Bus machine ID. The major D-Bus implementations
read /etc/machine-id if it exists, but some less up-to-date
implementations still only read /var/lib/dbus/machine-id. We can be
nice to those implementations by ensuring /var/lib/dbus/machine-id
is a symlink; this way, the two files can never get out of sync.

Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=101570
2017-06-28 19:09:53 +01:00

47 lines
472 B
Text

.*.sw?
*.orig
*.rej
*.o
*~
/build-aux/
compile
config.cache
config.log
config.status
config.sub
configure
cscope.out
depcomp
*.pc
install-sh
libtool
ltmain.sh
missing
/m4/lt*.m4
/m4/libtool.m4
stamp-h1
stamp-h
stamp-h.in
Doxyfile
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.guess
config.h
config.h.in
*.bb
*.bbg
*.da
*.gcov
*.gcda
*.gcno
tags
/bus/tmpfiles.d/dbus.conf
/dbus-1.*/
/dbus-1.*.tar.*
/lcov.html/
/lcov.info
/lcov.info.tmp
/tap-driver.sh
/test-driver