diff options
author | Julian Andres Klode <jak@debian.org> | 2016-09-02 14:33:15 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-09-02 14:34:37 +0200 |
commit | 7cdb840725d46a1524ec37e90902196735aa6a57 (patch) | |
tree | 8504f4b1a4d0f2bc28e8e32ec5df0ed2ff306fa8 /.gitignore | |
parent | 6dc85f53d92b9763a1509a6472227c54bc70b01d (diff) |
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
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
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 |