summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-14 12:42:52 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-14 12:52:15 +0000
commitd79986db284904f631407c539baa2e1ab7b8c5a7 (patch)
treeb791f4f96250f048a4c1c5768a79c49a70c822b9 /.gitignore
parent9984e6ebeda402a6a44fccc3ab57458299122a5f (diff)
Top level .gitignore: Sort anchored patterns in 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 '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 14 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index 7c68ce91..82d27563 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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