diff options
author | Anders Carlsson <andersca@codefactory.se> | 2003-06-18 10:48:08 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@codefactory.se> | 2003-06-18 10:48:08 +0000 |
commit | f27c7150a9f020b83e65701e7796dd62a49dfdb3 (patch) | |
tree | 20c6dbb65eae13166b4b52b11dce7a851c99b539 | |
parent | 496f1e18a95604ee9008d4a01d50248d0c5532fb (diff) |
Add .cvsignore files
-rw-r--r-- | bus/.cvsignore | 1 | ||||
-rw-r--r-- | dbus/.cvsignore | 1 | ||||
-rw-r--r-- | glib/.cvsignore | 1 | ||||
-rw-r--r-- | test/data/valid-config-files/.cvsignore | 4 | ||||
-rw-r--r-- | test/data/valid-service-files/.cvsignore | 3 | ||||
-rw-r--r-- | tools/.cvsignore | 2 |
6 files changed, 12 insertions, 0 deletions
diff --git a/bus/.cvsignore b/bus/.cvsignore index 3770bca0..2bf11fa4 100644 --- a/bus/.cvsignore +++ b/bus/.cvsignore @@ -13,3 +13,4 @@ bus-test messagebus session.conf system.conf +dbus-daemon-1.1 diff --git a/dbus/.cvsignore b/dbus/.cvsignore index d5539b20..c72ae415 100644 --- a/dbus/.cvsignore +++ b/dbus/.cvsignore @@ -9,3 +9,4 @@ dbus-test *.bbg *.gcov *.da +dbus-arch-deps.h diff --git a/glib/.cvsignore b/glib/.cvsignore index f5c30c01..a6e3d2b5 100644 --- a/glib/.cvsignore +++ b/glib/.cvsignore @@ -11,3 +11,4 @@ test-dbus-glib *.gcov test-thread-client test-thread-server +test-profile diff --git a/test/data/valid-config-files/.cvsignore b/test/data/valid-config-files/.cvsignore new file mode 100644 index 00000000..f14fbcf2 --- /dev/null +++ b/test/data/valid-config-files/.cvsignore @@ -0,0 +1,4 @@ +debug-allow-all.conf +debug-allow-all-sha1.conf +session.conf +system.conf diff --git a/test/data/valid-service-files/.cvsignore b/test/data/valid-service-files/.cvsignore new file mode 100644 index 00000000..e7336c7f --- /dev/null +++ b/test/data/valid-service-files/.cvsignore @@ -0,0 +1,3 @@ +debug-echo.service +debug-segfault.service + diff --git a/tools/.cvsignore b/tools/.cvsignore index 020ad7da..2e13cdaa 100644 --- a/tools/.cvsignore +++ b/tools/.cvsignore @@ -6,6 +6,8 @@ Makefile.in *.la dbus-send dbus-monitor +dbus-cleanup-sockets +dbus-launch *.bb *.bbg *.gcov |