From 843605d372aa000a1ad120bb9d06d04e8b1da50c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 May 2012 13:53:05 +0200 Subject: build-sys: move gtk-doc stuff into its own subdir and reindent autogen.sh We moved most other build noise files into their own subdirs, so let's do this for gtk-doc too --- docs/gudev/.gitignore | 6 ++++-- docs/libudev/.gitignore | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/gudev/.gitignore b/docs/gudev/.gitignore index 67ffcfd598..e6f2371ab1 100644 --- a/docs/gudev/.gitignore +++ b/docs/gudev/.gitignore @@ -1,3 +1,4 @@ +/*.bak /gtk-doc.make /version.xml /Makefile @@ -12,6 +13,7 @@ /gudev.interfaces /gudev.prerequisites /gudev.signals -/html/* -/xml/* +/html/ +/xml/ /*.stamp +/tmpl/ diff --git a/docs/libudev/.gitignore b/docs/libudev/.gitignore index c05d03d795..f8dd67c50a 100644 --- a/docs/libudev/.gitignore +++ b/docs/libudev/.gitignore @@ -12,6 +12,8 @@ /libudev.interfaces /libudev.prerequisites /libudev.signals -/html/* -/xml/* +/html/ +/xml/ /*.stamp +/*.bak +/tmpl/ -- cgit v1.2.3-54-g00ecf