From ba2a6bd1cd60d6caada5b75ea957ce06c0b13ff3 Mon Sep 17 00:00:00 2001 From: Daniel Hartwig Date: Sun, 3 Jun 2012 11:10:01 +0800 Subject: Update .gitignore for doc buildlib --- .gitignore | 133 ++------------------------------------------------------- doc/.gitignore | 30 +++++++++++++ 2 files changed, 33 insertions(+), 130 deletions(-) create mode 100644 doc/.gitignore diff --git a/.gitignore b/.gitignore index 7bdb4310..5fadcf88 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ INSTALL po/*.gmo po/aptitude.pot.sig po/remove-potcdate.sed +build/ # Distributed tar files. aptitude-*.tar.gz @@ -41,129 +42,8 @@ depcomp buildlib/Makefile buildlib/Makefile.in -doc/Makefile -doc/Makefile.in -doc/cs/Makefile -doc/cs/Makefile.in -doc/cs/README.cs -doc/cs/aptitude.cs.8 -doc/cs/doc-css-stamp -doc/cs/doc-html-stamp -doc/cs/doc-stamp -doc/cs/images/Makefile -doc/cs/images/Makefile.in -doc/cs/output-html/ -doc/cs/output-man/ -doc/cs/output-txt/ -doc/de/Makefile -doc/de/Makefile.in -doc/de/aptitude.de.8 -doc/de/aptitude.xml -doc/de/doc-stamp -doc/de/manpage.xml -doc/de/output-man/ -doc/en/Makefile -doc/en/Makefile.in -doc/en/README.en -doc/en/aptitude-create-state-bundle.1 -doc/en/aptitude-run-state-bundle.1 -doc/en/aptitude.8 -doc/en/doc-css-stamp -doc/en/doc-fo-stamp -doc/en/doc-html-stamp -doc/en/doc-stamp -doc/en/images/Makefile -doc/en/images/Makefile.in -doc/en/man-stamp -doc/en/output-fo/ -doc/en/output-html/ -doc/en/output-txt/ -doc/es/Makefile -doc/es/Makefile.in -doc/es/README.es -doc/es/aptitude.es.8 -doc/es/aptitude.xml -doc/es/doc-css-stamp -doc/es/doc-html-stamp -doc/es/doc-stamp -doc/es/images/Makefile -doc/es/images/Makefile.in -doc/es/manpage.xml -doc/es/output-html/ -doc/es/output-man/ -doc/es/output-txt/ -doc/fi/Makefile -doc/fi/Makefile.in -doc/fi/README.fi -doc/fi/aptitude.fi.8 -doc/fi/doc-css-stamp -doc/fi/doc-html-stamp -doc/fi/doc-stamp -doc/fi/images/Makefile -doc/fi/images/Makefile.in -doc/fi/output-html/ -doc/fi/output-txt/ -doc/fr/Makefile -doc/fr/Makefile.in -doc/fr/README.fr -doc/fr/aptitude.fr.8 -doc/fr/aptitude.fr.8.tmp -doc/fr/aptitude.xml -doc/fr/doc-css-stamp -doc/fr/doc-html-stamp -doc/fr/doc-stamp -doc/fr/images/Makefile -doc/fr/images/Makefile.in -doc/fr/manpage.xml -doc/fr/output-html/ -doc/fr/output-man/ -doc/fr/output-txt/ -doc/it/Makefile -doc/it/Makefile.in -doc/it/README.it -doc/it/aptitude.it.8 -doc/it/aptitude.it.8.tmp -doc/it/aptitude.xml -doc/it/doc-css-stamp -doc/it/doc-html-stamp -doc/it/doc-stamp -doc/it/images/Makefile -doc/it/images/Makefile.in -doc/it/manpage.xml -doc/it/output-html/ -doc/it/output-man/ -doc/it/output-txt/ -doc/ja/Makefile -doc/ja/Makefile.in -doc/ja/README.ja -doc/ja/aptitude.ja.8 -doc/ja/aptitude.xml -doc/ja/doc-css-stamp -doc/ja/doc-html-stamp -doc/ja/doc-stamp -doc/ja/images/Makefile -doc/ja/images/Makefile.in -doc/ja/manpage.xml -doc/ja/output-html/ -doc/ja/output-man/ -doc/ja/output-txt/ -doc/po4a/Makefile -doc/po4a/Makefile.in -doc/po4a/add_de/Makefile -doc/po4a/add_de/Makefile.in -doc/po4a/add_es/Makefile -doc/po4a/add_es/Makefile.in -doc/po4a/add_fr/Makefile -doc/po4a/add_fr/Makefile.in -doc/po4a/po/Makefile -doc/po4a/po/Makefile.in -doc/pl/Makefile -doc/pl/Makefile.in -doc/pl/aptitude.pl.8 -doc/pl/aptitude.xml -doc/pl/doc-stamp -doc/pl/manpage.xml -doc/pl/output-man +# The doc subtree has it's out .gitignore + install-sh m4/Makefile m4/Makefile.in @@ -256,10 +136,3 @@ tests/boost_test tests/cppunit_test tests/gtest_test tests/interactive_set_test - - -# SCons-related files: -.sconf_temp/ -.sconsign.dblite -build/ -config.log 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 -- cgit v1.2.3