summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-14 12:42:22 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-14 12:42:22 +0000
commit9984e6ebeda402a6a44fccc3ab57458299122a5f (patch)
tree2e8220090f4685e6df2f0d44efb9c6ce2fc23e14 /.gitignore
parent27d69a8899dfd922149afefbfc490923ad9f2e41 (diff)
downloaddbus-9984e6ebeda402a6a44fccc3ab57458299122a5f.tar.gz
Top level .gitignore: Group anchored and unanchored patterns
The anchored patterns match only in the top directory; the unanchored patterns match in any subdirectory. While I'm moving the unanchored patterns around anyway, sort them in lexicographical (LC_ALL=C sort) order. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore31
1 files changed, 16 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore
index 2186edda..7c68ce91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,15 +1,9 @@
-.*.sw?
-*.orig
-*.rej
-*.o
-*~
/.ccache/
/build-aux/
/config.cache
/config.log
/config.status
/configure
-cscope.out
/*.pc
/libtool
/m4/lt*.m4
@@ -18,19 +12,10 @@ cscope.out
/stamp-h
/stamp-h.in
/Doxyfile
-Makefile
-Makefile.in
/aclocal.m4
/autom4te.cache
/config.h
/config.h.in
-*.bb
-*.bbg
-*.da
-*.gcov
-*.gcda
-*.gcno
-tags
/bus/tmpfiles.d/dbus.conf
/dbus-1.*/
/dbus-1.*.tar.*
@@ -38,3 +23,19 @@ tags
/lcov.info
/lcov.info.tmp
/test-driver
+
+*.bb
+*.bbg
+*.da
+*.gcda
+*.gcno
+*.gcov
+*.o
+*.orig
+*.rej
+*~
+.*.sw?
+Makefile
+Makefile.in
+cscope.out
+tags