diff options
author | Daniel Hartwig <mandyke@gmail.com> | 2012-06-03 11:10:01 +0800 |
---|---|---|
committer | Daniel Hartwig <mandyke@gmail.com> | 2012-06-03 11:10:01 +0800 |
commit | ba2a6bd1cd60d6caada5b75ea957ce06c0b13ff3 (patch) | |
tree | edc33a222e86372efa42265274416e290877c442 /doc | |
parent | ac4a8da29ffdc86851cf3a4793965c2ed648a8b5 (diff) | |
download | aptitude-ba2a6bd1cd60d6caada5b75ea957ce06c0b13ff3.tar.gz |
Update .gitignore for doc buildlib
Diffstat (limited to 'doc')
-rw-r--r-- | doc/.gitignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..c3bea80d --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,30 @@ +Makefile +Makefile.in + +# Ignore translated files ... +/??/aptitude.xml +/??/manpage.xml + +# ... but not the originals +!/en/aptitude.xml +!/en/manpage.xml + +# docbook.mk generates these +docbook-stamp +docbook-man-stamp +docbook-html-stamp +docbook-css-stamp +docbook-html-images-stamp +docbook-readme-stamp +docbook-fo-stamp +docbook-pdf-stamp +/??/output-man/ +/??/output-html/ +/??/output-readme/ +/??/output-fo/ +/??/aptitude.8 +/??/aptitude-create-state-bundle.1 +/??/aptitude-run-state-bundle.1 +/en/README +/??/README.?? +/??/aptitude.??.pdf |