summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-14 12:51:51 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-14 12:53:08 +0000
commitd3fffaa72fd372baeba34b4a891b7edfb3211bb5 (patch)
tree89f653470f6f6603c66b171d7266066cf4c07db6 /tools
parent0c62a9a5f41261231dc0d63d094ecea25d2bc16b (diff)
downloaddbus-d3fffaa72fd372baeba34b4a891b7edfb3211bb5.tar.gz
.gitignore: Normalize into LC_ALL=C sort order
If lists are in a completely arbitrary order, sorting them consistently means that there is only one correct place to insert a new entry, avoiding the merge conflicts that would occur if we always append new entries. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/.gitignore b/tools/.gitignore
index f0753116..839647b9 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1,8 +1,8 @@
-/dbus-send
-/dbus-monitor
/dbus-cleanup-sockets
/dbus-launch
-/dbus-uuidgen
+/dbus-monitor
/dbus-run-session
-/run-with-tmp-session-bus.conf
+/dbus-send
/dbus-test-tool
+/dbus-uuidgen
+/run-with-tmp-session-bus.conf