diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-21 12:39:39 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-21 13:27:38 -0400 |
commit | c1b897ecda226c3329bc7803581dfa40ab40e8aa (patch) | |
tree | a1ee41674e241cf9acf9aea3d6e03347d1439403 /markup/.gitignore | |
parent | "Democratizing Innovation" markup: header & link (diff) |
markup samples, doc headers: urls & yaml style
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/ |