From d7a044a1382782cae8f1311355b78b4b5ff587dd Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 29 Mar 2004 12:50:45 +0000 Subject: hush. --- mono/example/.cvsignore | 3 +++ python/.cvsignore | 3 +++ test/glib/.cvsignore | 9 +++++++++ tools/.cvsignore | 1 + 4 files changed, 16 insertions(+) create mode 100644 mono/example/.cvsignore create mode 100644 python/.cvsignore create mode 100644 test/glib/.cvsignore diff --git a/mono/example/.cvsignore b/mono/example/.cvsignore new file mode 100644 index 00000000..9a639215 --- /dev/null +++ b/mono/example/.cvsignore @@ -0,0 +1,3 @@ +.deps +Makefile.in +Makefile diff --git a/python/.cvsignore b/python/.cvsignore new file mode 100644 index 00000000..9a639215 --- /dev/null +++ b/python/.cvsignore @@ -0,0 +1,3 @@ +.deps +Makefile.in +Makefile diff --git a/test/glib/.cvsignore b/test/glib/.cvsignore new file mode 100644 index 00000000..8b92c9ea --- /dev/null +++ b/test/glib/.cvsignore @@ -0,0 +1,9 @@ +.deps +.libs +Makefile +Makefile.in +test-dbus-glib +test-profile +test-service-glib +test-thread-client +test-thread-server diff --git a/tools/.cvsignore b/tools/.cvsignore index 2e13cdaa..c9dffa00 100644 --- a/tools/.cvsignore +++ b/tools/.cvsignore @@ -12,3 +12,4 @@ dbus-launch *.bbg *.gcov *.da +dbus-viewer -- cgit