From: Seth Nickell Date: Tue, 1 Jun 2004 06:16:13 +0000 (+0000) Subject: Update .cvsignore files X-Git-Tag: dbus-0.22~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=241878cded4fe7ef3c43ad3194c7cdbce103e899;p=thirdparty%2Fdbus.git Update .cvsignore files --- diff --git a/python/.cvsignore b/python/.cvsignore index 9a6392159..4a73b5bc9 100644 --- a/python/.cvsignore +++ b/python/.cvsignore @@ -1,3 +1,9 @@ .deps Makefile.in Makefile +dbus_bindings.pyx +*.lo +*.la +dbus_bindings.c +*.pyc +.libs diff --git a/python/examples/.cvsignore b/python/examples/.cvsignore new file mode 100644 index 000000000..282522db0 --- /dev/null +++ b/python/examples/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in