diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-13 18:00:14 -0400 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2024-05-13 18:17:06 -0400 |
commit | 50c547f495a6ebb8a3b16d4e696b5ba03439d414 (patch) | |
tree | 07457d884c2ae4e98127437ffe4db0e2f207eade /markup/.gitignore | |
parent | nix flake and envrc related (diff) |
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)
Diffstat (limited to 'markup/.gitignore')
-rw-r--r-- | markup/.gitignore | 34 |
1 files changed, 15 insertions, 19 deletions
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 |