From 50c547f495a6ebb8a3b16d4e696b5ba03439d414 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 13 May 2024 18:00:14 -0400 Subject: add a few non-pod markup samples - as a simple way to start document markup - to demonstrate similarity with sisu - + (tangle & track default sisudoc.org homepage) --- markup/.gitignore | 34 +++++++++++++++------------------- 1 file changed, 15 insertions(+), 19 deletions(-) (limited to 'markup/.gitignore') diff --git a/markup/.gitignore b/markup/.gitignore index ef74b64..c6fb2e2 100644 --- a/markup/.gitignore +++ b/markup/.gitignore @@ -1,8 +1,14 @@ # git ls-files --others --exclude-from=.git/info/exclude +# git check-ignore -v flake.lock +# git clean -ix +# find . -name "*_" | xargs rm -rf +# find . -name "*.o" | xargs rm -rf +* * !.gitignore !COPYRIGHT !README +!README.md !shell.nix !packages.nix !version.txt @@ -60,8 +66,15 @@ !pod/*/media/text/po/*/*.ssm.po !pod/*/media/text/po/*/*.ssi.po !pod/*/media/text/po/*/index.html.in.po -!spine-bespoke-output/ -!spine-bespoke-output/** +!non-pod-samples/ +!non-pod-samples/*.sst +!non-pod-samples/image/ +!non-pod-samples/image/*.png +!non-pod-samples/image/*.jpg +!non-pod-samples/image/*.PNG +!non-pod-samples/image/*.JPG +!sisudoc-spine-bespoke-output/ +!sisudoc-spine-bespoke-output/** # skip .dub/** tmp/** @@ -72,20 +85,3 @@ tmp/** *~ \#* *.\#* -# * -# !.gitignore -# !pod.manifest -# !*/ -# !*/conf/ -# !*/conf/sisu_document_make -# !*/media/ -# !*/media/text/ -# !*/media/text/*/ -# !*/media/text/*/*.sst -# !*/media/text/*/*.ssm -# !*/media/text/*/*.ssi -# !*/media/image/ -# !*/media/image/*.png -# !*/media/image/*.jpg -# !*/media/image/*.PNG -# !*/media/image/*.JPG -- cgit v1.2.3