dbus/.gitignore
Simon McVittie 0fa6060ea5 .gitignore: Ignore __pycache__ directories anywhere in the tree
The Meson build system adds several Python scripts, some of which import
code from other Python scripts, which will result in __pycache__
directories appearing in the source tree.

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

53 lines
581 B
Text

/*.pc
/.ccache/
/Doxyfile
/aclocal.m4
/aminclude_static.am
/autom4te.cache
/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
/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