From 684091e7e5c958561d4c0d7bd6c77f9a5efa80c3 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 8 Dec 2022 20:28:06 -0500 Subject: gitignore & things nix --- org/config_git.org | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'org/config_git.org') diff --git a/org/config_git.org b/org/config_git.org index 3a1083b..328a192 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -23,10 +23,19 @@ #+HEADER: :tangle "../.gitignore" #+BEGIN_SRC sh # 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 @@ -39,6 +48,8 @@ !meson.build !tangle !*.org +!org +!org/*.org !*.d !*.rb !*.txt @@ -47,15 +58,6 @@ !doc/** !man !man/** -!org -!sundry -!sundry/** -!*.nix -!nix -!nix/** -!flake.lock -!.envrc -!.envrc-local_ !.dr !.dr/* !src @@ -72,6 +74,7 @@ !**/*.ssm !subprojects !subprojects/*.wrap +!**/*.lib #!subprojects/*.meson.build #!subprojects/** !pod.manifest @@ -82,7 +85,6 @@ !docs/*.html !notes notes/** -!notes/*.org !notes/sisu-description.sst !notes/reminders !notes/reminders/** @@ -99,9 +101,7 @@ tmp/** ,*~ \#* ,*.\#* -!.env -!.env/local_ -!.env/echo-nixNote +!.envrc-local_ #!*/ #\#* #*.\#* -- cgit v1.2.3