]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Top level .gitignore: Sort anchored patterns in LC_ALL=C sort order
authorSimon McVittie <smcv@collabora.com>
Fri, 14 Dec 2018 12:42:52 +0000 (12:42 +0000)
committerSimon McVittie <smcv@collabora.com>
Fri, 14 Dec 2018 12:52:15 +0000 (12:52 +0000)
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>
.gitignore

index 7c68ce91a152b0c471c671fa856f811ded6d1885..82d27563f5e5bcfbe60794b26f29036152d98a97 100644 (file)
@@ -1,27 +1,27 @@
-/.ccache/
-/build-aux/
-/config.cache
-/config.log
-/config.status
-/configure
 /*.pc
-/libtool
-/m4/lt*.m4
-/m4/libtool.m4
-/stamp-h1
-/stamp-h
-/stamp-h.in
+/.ccache/
 /Doxyfile
 /aclocal.m4
 /autom4te.cache
+/build-aux/
+/bus/tmpfiles.d/dbus.conf
+/config.cache
 /config.h
 /config.h.in
-/bus/tmpfiles.d/dbus.conf
-/dbus-1.*/
+/config.log
+/config.status
+/configure
 /dbus-1.*.tar.*
+/dbus-1.*/
 /lcov.html/
 /lcov.info
 /lcov.info.tmp
+/libtool
+/m4/libtool.m4
+/m4/lt*.m4
+/stamp-h
+/stamp-h.in
+/stamp-h1
 /test-driver
 
 *.bb