summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-12-14 12:50:25 +0000
committerSimon McVittie <smcv@collabora.com>2018-12-14 12:53:08 +0000
commit0c62a9a5f41261231dc0d63d094ecea25d2bc16b (patch)
treef69912c2d56f33df010a34091e1ac78255fccdce /doc
parentdfd09355ef1f3d2690d881c32f62ce122303bcd9 (diff)
downloaddbus-0c62a9a5f41261231dc0d63d094ecea25d2bc16b.tar.gz
.gitignore: Make match patterns more specific
In subdirectories we mostly only want to match at the current level, not in nested subdirectories. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/.gitignore34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/.gitignore b/doc/.gitignore
index fae2a22f..8efeb64e 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -1,22 +1,22 @@
*.1
*.1.xml
*.1.html
-api
+/api/
/dbus.devhelp2
-dbus-specification.html
-dbus-test-plan.html
-dbus-tutorial.html
-dbus-faq.html
-dbus-docs
-dbus-docs.tar.xz
-doxygen.stamp
-dbus-api-design.page
-dbus-api-design.html
+/dbus-specification.html
+/dbus-test-plan.html
+/dbus-tutorial.html
+/dbus-faq.html
+/dbus-docs/
+/dbus-docs.tar.xz
+/doxygen.stamp
+/dbus-api-design.page
+/dbus-api-design.html
/highlight.pack.js
-jquery.js
-jquery.syntax.brush.html.js
-jquery.syntax.core.js
-jquery.syntax.js
-jquery.syntax.layout.yelp.js
-yelp.js
-C.css
+/jquery.js
+/jquery.syntax.brush.html.js
+/jquery.syntax.core.js
+/jquery.syntax.js
+/jquery.syntax.layout.yelp.js
+/yelp.js
+/C.css