mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-01 00:58:00 +02:00
Patterns in the top-level .gitignore match in all subdirectories, so there's no need to repeat ourselves quite so much for generic C, Autotools and gcov patterns. Signed-off-by: Simon McVittie <smcv@collabora.com>
46 lines
447 B
Text
46 lines
447 B
Text
/*.pc
|
|
/.ccache/
|
|
/Doxyfile
|
|
/aclocal.m4
|
|
/autom4te.cache
|
|
/build-aux/
|
|
/bus/tmpfiles.d/dbus.conf
|
|
/config.cache
|
|
/config.h
|
|
/config.h.in
|
|
/config.log
|
|
/config.status
|
|
/configure
|
|
/dbus-1.*.tar.*
|
|
/dbus-1.*/
|
|
/lcov.html/
|
|
/lcov.info
|
|
/lcov.info.tmp
|
|
/libtool
|
|
/m4/libtool.m4
|
|
/m4/lt*.m4
|
|
/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
|
|
cscope.out
|
|
tags
|