diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/gudev/.gitignore | 6 | ||||
-rw-r--r-- | docs/libudev/.gitignore | 6 |
2 files changed, 8 insertions, 4 deletions
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/ |