소스 검색

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
Julian Andres Klode 9 년 전
부모
커밋
7cdb840725
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      .gitignore

+ 6 - 1
.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