diff options
Diffstat (limited to 'markup/.gitignore')
-rw-r--r-- | markup/.gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/markup/.gitignore b/markup/.gitignore index c6fb2e2..f3d5567 100644 --- a/markup/.gitignore +++ b/markup/.gitignore @@ -4,7 +4,6 @@ # find . -name "*_" | xargs rm -rf # find . -name "*.o" | xargs rm -rf * -* !.gitignore !COPYRIGHT !README @@ -17,9 +16,9 @@ # pod.manifest !pod/*/ !pod/*/pod.manifest -# conf/sisu_document_make +# conf/document_make !pod/*/conf/ -!pod/*/conf/sisu_document_make +!pod/*/conf/document_make # media/text !pod/*/media/ !pod/*/media/text/ @@ -51,6 +50,8 @@ !pod/*/tools/po4a/po/*/*.ssm.po !pod/*/tools/po4a/po/*/*.ssi.po !pod/*/tools/po4a/po/*/index.html.in.po +!pod/.dr +!pod/.dr/* # separate from media/text use tools !pod/*/media/text/Makefile !pod/*/media/text/bin/ |