From 549a656122f11a969917f1f333b1e3416b3fb47d Mon Sep 17 00:00:00 2001 From: Paul Pogonyshev Date: Sat, 18 Apr 2009 16:04:24 +0300 Subject: Code maintenance: add .gitignore files --- docs/.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docs/.gitignore (limited to 'docs') diff --git a/docs/.gitignore b/docs/.gitignore new file mode 100644 index 0000000..6f50254 --- /dev/null +++ b/docs/.gitignore @@ -0,0 +1,7 @@ +# Configuration-generated files. +fixxref.py +reference/entities.docbook + +# Documentation build output. +html +reference/builddate.xml -- cgit