From 4c089543a4ac61ac21dab814c0dc114d48f42c36 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 25 Nov 2022 20:50:40 -0500 Subject: 0.12.0 --- .gitignore | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 60abc99..2e5e62e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,17 @@ # 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 !.gitattributes +!*.nix +!nix +!nix/** +!*.nix +!flake.lock +!.envrc !README.md !README !COPYRIGHT @@ -15,6 +24,8 @@ !meson.build !tangle !*.org +!org +!org/*.org !*.d !*.rb !*.txt @@ -23,15 +34,6 @@ !doc/** !man !man/** -!org -!sundry -!sundry/** -!*.nix -!nix -!nix/** -!flake.lock -!.envrc -!.envrc-local_ !.dr !.dr/* !src @@ -48,6 +50,7 @@ !**/*.ssm !subprojects !subprojects/*.wrap +!**/*.lib #!subprojects/*.meson.build #!subprojects/** !pod.manifest @@ -58,7 +61,6 @@ !docs/*.html !notes notes/** -!notes/*.org !notes/sisu-description.sst !notes/reminders !notes/reminders/** @@ -75,9 +77,7 @@ tmp/** *~ \#* *.\#* -!.env -!.env/local_ -!.env/echo-nixNote +!.envrc-local_ #!*/ #\#* #*.\#* -- cgit v1.2.3