diff options
Diffstat (limited to 'org/config_git.org')
| -rw-r--r-- | org/config_git.org | 26 | 
1 files changed, 13 insertions, 13 deletions
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_  #!*/  #\#*  #*.\#*  | 
