diff options
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 |