summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-14 12:39:33 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-14 12:40:22 +0000
commit27d69a8899dfd922149afefbfc490923ad9f2e41 (patch)
tree6a675af06510752796c3224fcc24856cde1de5c3 /.gitignore
parent932638b18de9055ef9df14be02e7d59a6e138223 (diff)
downloaddbus-27d69a8899dfd922149afefbfc490923ad9f2e41.tar.gz
.gitignore: Anchor patterns for files that are only at top level
There shouldn't be an aclocal.m4 in any subdirectory, for instance, so there's no need to ignore it. 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 154e9c3c..2186edda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,25 +5,25 @@
*~
/.ccache/
/build-aux/
-config.cache
-config.log
-config.status
-configure
+/config.cache
+/config.log
+/config.status
+/configure
cscope.out
-*.pc
-libtool
+/*.pc
+/libtool
/m4/lt*.m4
/m4/libtool.m4
-stamp-h1
-stamp-h
-stamp-h.in
-Doxyfile
+/stamp-h1
+/stamp-h
+/stamp-h.in
+/Doxyfile
Makefile
Makefile.in
-aclocal.m4
-autom4te.cache
-config.h
-config.h.in
+/aclocal.m4
+/autom4te.cache
+/config.h
+/config.h.in
*.bb
*.bbg
*.da