summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-14 13:28:50 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-14 13:28:50 +0000
commitfa63c16346fa33f382321e7bf3562a55968e7da3 (patch)
treed12c272f24ed06fbb072d717271e21d0f3f3795a
parentd3fffaa72fd372baeba34b4a891b7edfb3211bb5 (diff)
downloaddbus-fa63c16346fa33f382321e7bf3562a55968e7da3.tar.gz
.gitignore: Ignore many more generated files
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--.gitignore1
-rw-r--r--bus/.gitignore4
-rw-r--r--dbus/.gitignore1
-rw-r--r--test/.gitignore23
-rw-r--r--tools/.gitignore1
5 files changed, 30 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ee80d4f8..9ed7c573 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
/autom4te.cache
/build-aux/
/bus/tmpfiles.d/dbus.conf
+/cmake/DBus1Config*.cmake
/config.cache
/config.h
/config.h.in
diff --git a/bus/.gitignore b/bus/.gitignore
index 5bf893d7..4e65c8a0 100644
--- a/bus/.gitignore
+++ b/bus/.gitignore
@@ -7,12 +7,16 @@
/dbus.socket
/example-session-disable-stats.conf
/example-system-enable-stats.conf
+/legacy-config/*.conf
/messagebus
/messagebus-config
/org.freedesktop.dbus-session.plist
/rc.messagebus
/session.conf
/system.conf
+/systemd-user/dbus.service
+/systemd-user/dbus.socket
+/sysusers.d/dbus.conf
/test-bus
/test-bus-launch-helper
/test-bus-system
diff --git a/dbus/.gitignore b/dbus/.gitignore
index 49ce24ad..21070905 100644
--- a/dbus/.gitignore
+++ b/dbus/.gitignore
@@ -1,3 +1,4 @@
+/Version
/.dbus-keyrings
/dbus-arch-deps.h
/test-dbus
diff --git a/test/.gitignore b/test/.gitignore
index 90aeac4a..61411c30 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -1,23 +1,46 @@
+*.log
+*.trs
+/data/dbus-installed-tests.aaprofile
+/data/systemd-activation/com.example.ReceiveDeniedByAppArmorLabel.service
+/data/systemd-activation/com.example.SendDeniedByAppArmorLabel.service
+/data/systemd-activation/com.example.SendDeniedByNonexistentAppArmorLabel.service
+/data/systemd-activation/com.example.SystemdActivatable3.service
+/data/valid-config-files-system/system.conf
/manual-authz
+/manual-backtrace
/manual-dir-iter
/manual-tcp
+/manual-test-thread-blocking
+/test-apparmor-activation
+/test-assertions
/test-bus
+/test-containers
/test-corrupt
/test-dbus-daemon
/test-dbus-daemon-eavesdrop
+/test-desktop-file
/test-exit
+/test-fdpass
+/test-header-fields
/test-loopback
/test-marshal
+/test-message
+/test-monitor
/test-names
/test-printf
/test-privserver
/test-refs
/test-relay
+/test-sd-activation
/test-segfault
+/test-server-oom
/test-service
/test-shell
/test-shell-service
/test-sleep-forever
/test-spawn
/test-syntax
+/test-sysdeps
/test-syslog
+/test-uid-permissions
+/test-variant
diff --git a/tools/.gitignore b/tools/.gitignore
index 839647b9..31db7cb4 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -4,5 +4,6 @@
/dbus-run-session
/dbus-send
/dbus-test-tool
+/dbus-update-activation-environment
/dbus-uuidgen
/run-with-tmp-session-bus.conf