dbus/.gitignore
Simon McVittie c95873e537 .gitignore: Consolidate generic patterns at top level
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>
2018-12-14 12:53:08 +00:00

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