From: Julian Andres Klode Date: Fri, 2 Sep 2016 12:33:15 +0000 (+0200) Subject: gitignore: Add generated docbook stylesheets X-Git-Tag: 1.3_rc4~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/7cdb840725d46a1524ec37e90902196735aa6a57 gitignore: Add generated docbook stylesheets I switched them over to generated files in commit 9fb81c6e54a2fe05c0ad0b877fd32f30358e3877, but forgot to add them to the ignore file. Gbp-Dch: ignore --- diff --git a/.gitignore b/.gitignore index 7baa7fbeb..398ff57ff 100644 --- a/.gitignore +++ b/.gitignore @@ -24,10 +24,15 @@ gtest-* !/po/apt-all.pot # Vendor files - **/vendor/sources.list **/LC_MESSAGES/ +# docbook stylesheets (generated from .cmake.in) +docbook-html-style.xsl +manpage-style.xsl +docbook-text-style.xsl + +# Programs **/ftparchive/apt-ftparchive **/cmdline/apt **/cmdline/apt-cache