From c2af9a74931353e820685a44b9b1d117d74dc194 Mon Sep 17 00:00:00 2001 From: hryom Date: Tue, 16 Feb 2016 09:25:05 +0100 Subject: [PATCH] updated gitignore files to avoid curroption with generated files after build --- xsl-webhelpindexer/.gitignore | 3 ++ xsl/common/.gitignore | 11 ++++++ xsl/epub3/.gitignore | 1 + xsl/fo/.gitignore | 2 ++ xsl/html/.gitignore | 2 ++ xsl/lib/.gitignore | 2 ++ xsl/manpages/.gitignore | 2 ++ xsl/website/.gitignore | 2 ++ xsl/xhtml-1_1/.gitignore | 65 +++++++++++++++++++++++++++++++++++ xsl/xhtml/.gitignore | 4 +++ xsl/xhtml5/.gitignore | 1 + 11 files changed, 95 insertions(+) create mode 100644 xsl-webhelpindexer/.gitignore create mode 100644 xsl/epub3/.gitignore create mode 100644 xsl/xhtml-1_1/.gitignore create mode 100644 xsl/xhtml5/.gitignore diff --git a/xsl-webhelpindexer/.gitignore b/xsl-webhelpindexer/.gitignore new file mode 100644 index 000000000..9435d8e72 --- /dev/null +++ b/xsl-webhelpindexer/.gitignore @@ -0,0 +1,3 @@ +classes/ +javadoc/ +webhelpindexer.jar diff --git a/xsl/common/.gitignore b/xsl/common/.gitignore index a80151684..471f34262 100644 --- a/xsl/common/.gitignore +++ b/xsl/common/.gitignore @@ -1,9 +1,12 @@ af.xml am.xml ar.xml +as.xml +ast.xml az.xml bg.xml bn.xml +bn_in.xml bs.xml ca.xml cs.xml @@ -27,15 +30,20 @@ hi.xml hr.xml hu.xml id.xml +is.xml it.xml ja.xml +ka.xml kn.xml ko.xml ky.xml la.xml lt.xml lv.xml +ml.xml mn.xml +mr.xml +nds.xml nl.xml nn.xml nb.xml @@ -53,12 +61,15 @@ sr.xml sr_Latn.xml sv.xml ta.xml +te.xml th.xml tl.xml tr.xml uk.xml +ur.xml vi.xml xh.xml +zh.xml zh_cn.xml zh_tw.xml pi.xml diff --git a/xsl/epub3/.gitignore b/xsl/epub3/.gitignore new file mode 100644 index 000000000..52b7785f9 --- /dev/null +++ b/xsl/epub3/.gitignore @@ -0,0 +1 @@ +titlepage.templates.xsl \ No newline at end of file diff --git a/xsl/fo/.gitignore b/xsl/fo/.gitignore index 12e45cbd6..95e0b59ee 100644 --- a/xsl/fo/.gitignore +++ b/xsl/fo/.gitignore @@ -2,7 +2,9 @@ titlepage.templates.xsl .param.stripped .param.dbkns .param.xmlid +.param.profiled param.xsl +param.xsl.tmp param.xml pi.xml table.xml diff --git a/xsl/html/.gitignore b/xsl/html/.gitignore index b7eadaebd..88c8d08df 100644 --- a/xsl/html/.gitignore +++ b/xsl/html/.gitignore @@ -2,7 +2,9 @@ titlepage.templates.xsl .param.stripped .param.dbkns .param.xmlid +.param.profiled param.xsl +param.xsl.tmp param.xml pi.xml Makefile.param diff --git a/xsl/lib/.gitignore b/xsl/lib/.gitignore index 503f79656..167703312 100644 --- a/xsl/lib/.gitignore +++ b/xsl/lib/.gitignore @@ -1,5 +1,7 @@ .lib.stripped .lib.dbkns .lib.xmlid +.lib.profiled lib.xml lib.xsl +lib.xsl.tmp diff --git a/xsl/manpages/.gitignore b/xsl/manpages/.gitignore index 7ba7b6e51..da8f4a297 100644 --- a/xsl/manpages/.gitignore +++ b/xsl/manpages/.gitignore @@ -2,8 +2,10 @@ Makefile.param .param.stripped .param.dbkns .param.xmlid +.param.profiled param.xml param.xsl +param.xsl.tmp profile-docbook.xsl xref.xsl html-synop.xsl diff --git a/xsl/website/.gitignore b/xsl/website/.gitignore index b1342bc20..f87d7646c 100644 --- a/xsl/website/.gitignore +++ b/xsl/website/.gitignore @@ -1,6 +1,8 @@ .param.stripped .param.dbkns .param.xmlid +.param.profiled param.xsl +param.xsl.tmp param.xml Makefile.param diff --git a/xsl/xhtml-1_1/.gitignore b/xsl/xhtml-1_1/.gitignore new file mode 100644 index 000000000..04e054e35 --- /dev/null +++ b/xsl/xhtml-1_1/.gitignore @@ -0,0 +1,65 @@ +.cvsignore +xslfiles.gen +admon.xsl +annotations.xsl +autoidx.xsl +autotoc.xsl +biblio.xsl +block.xsl +callout.xsl +changebars.xsl +chunk-changebars.xsl +chunk-common.xsl +chunk.xsl +chunker.xsl +chunktoc.xsl +component.xsl +division.xsl +docbook.xsl +docbook-no-doctype.xsl +docbook.css.xml +ebnf.xsl +footnote.xsl +formal.xsl +glossary.xsl +graphics.xsl +html-rtf.xsl +html.xsl +index.xsl +info.xsl +inline.xsl +its.xsl +keywords.xsl +lists.xsl +maketoc.xsl +math.xsl +oldchunker.xsl +onechunk.xsl +param.xsl +pi.xsl +profile-chunk.xsl +profile-docbook.xsl +profile-onechunk.xsl +qandaset.xsl +refentry.xsl +sections.xsl +synop.xsl +table.xsl +titlepage.templates.xsl +titlepage.xsl +toc.xsl +verbatim.xsl +xref.xsl +manifest.xsl +chunkfast.xsl +chunk-code.xsl +profile-chunk-code.xsl +htmltbl.xsl +task.xsl +autoidx-ng.xsl +docbookng.xsl +db5strip.xsl +highlight.xsl +autoidx-kosek.xsl +autoidx-kimber.xsl +biblio-iso690.xsl diff --git a/xsl/xhtml/.gitignore b/xsl/xhtml/.gitignore index 756894f33..04e054e35 100644 --- a/xsl/xhtml/.gitignore +++ b/xsl/xhtml/.gitignore @@ -8,6 +8,7 @@ biblio.xsl block.xsl callout.xsl changebars.xsl +chunk-changebars.xsl chunk-common.xsl chunk.xsl chunker.xsl @@ -15,6 +16,8 @@ chunktoc.xsl component.xsl division.xsl docbook.xsl +docbook-no-doctype.xsl +docbook.css.xml ebnf.xsl footnote.xsl formal.xsl @@ -25,6 +28,7 @@ html.xsl index.xsl info.xsl inline.xsl +its.xsl keywords.xsl lists.xsl maketoc.xsl diff --git a/xsl/xhtml5/.gitignore b/xsl/xhtml5/.gitignore new file mode 100644 index 000000000..74c0892fe --- /dev/null +++ b/xsl/xhtml5/.gitignore @@ -0,0 +1 @@ +xhtml-docbook.xsl -- 2.40.0