
17 Feb
2014
17 Feb
'14
5:43 a.m.
As the HTML files are generated according to the DITA files, we do not need to include them to the Git repository. They can always be regenerated when needed. Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a3b7f6f..67878e2 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ po/gen-pot *.orig *.rej *.pem +ui/pages/help/*.html -- 1.8.5.3