From 241878cded4fe7ef3c43ad3194c7cdbce103e899 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Tue, 1 Jun 2004 06:16:13 +0000 Subject: [PATCH] Update .cvsignore files --- python/.cvsignore | 6 ++++++ python/examples/.cvsignore | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 python/examples/.cvsignore diff --git a/python/.cvsignore b/python/.cvsignore index 9a63921..4a73b5b 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 0000000..282522d --- /dev/null +++ b/python/examples/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in -- 2.7.4