diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-19 21:08:28 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-12-28 15:51:00 -0500 |
commit | 338915b9ef3827762fcbfa3a1143db3e883c7917 (patch) | |
tree | 59ba0960fc1907ee72861710a67e585ba06b9b21 /.gitignore | |
parent | track markup modifications (from March) (diff) |
nix flake, mostly things nix
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 46 |
1 files changed, 25 insertions, 21 deletions
@@ -1,12 +1,29 @@ # git ls-files --others --exclude-from=.git/info/exclude -#./.dub/** +# git check-ignore -v flake.lock +# git clean -ix +# find . -name "*_" | xargs rm -rf +# find . -name "*.o" | xargs rm -rf * !.gitignore -!COPYRIGHT +!.gitattributes +!nix/** +!*.nix +!flake.lock +!.envrc !README -!shell.nix -!packages.nix +!COPYRIGHT +!CHANGELOG +!makefile !version.txt +!configuration.txt +!*.json +!*.sdl +!tangle +!*.org +!org +!org/*.org +!.dr +!.dr/* !markup/ !markup/pod/ !markup/pod/*/ @@ -36,32 +53,19 @@ !markup/pod/*/tools/po4a/po/*/*.ssm.po !markup/pod/*/tools/po4a/po/*/*.ssi.po .dub/** +**/.dub/** tmp/** *_.org +*_.nix *_.d *_.txt *_ +*.swp *~ \#* *.\#* +!.envrc-local_ #!*/ -#*~ #\#* #*.\#* -#!debian -#!debian/* #.reggae/** -# !markup -# !markup/* -# !markup/src/** -# !markup/src_yaml/** -# !markup/pod/** -# !markup/pod_yaml/** -# !*.sst -# !*.ssm -# !**/*.sst -# !**/*.ssm -# !pod.manifest -# !sisu_document_make -# !config_local_site -# !sisudoc |