From 69d8f2d64be94c722f546b023094ff7d48cd9383 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 27 Jan 2023 13:38:06 -0500 Subject: nix flake & build, devShells etc. --- org/config_git.org | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'org/config_git.org') diff --git a/org/config_git.org b/org/config_git.org index b0959ae..dfc7589 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -25,13 +25,15 @@ # git clean -ix # find . -name "*_" | xargs rm -rf # find . -name "*.o" | xargs rm -rf -* +,* !.gitignore !.gitattributes !nix/** !*.nix !flake.lock !.envrc +!.env +!.env/** !README !COPYRIGHT !CHANGELOG @@ -75,17 +77,17 @@ !markup/pod/*/tools/po4a/po/*/*.ssm.po !markup/pod/*/tools/po4a/po/*/*.ssi.po .dub/** -**/.dub/** +,**/.dub/** tmp/** -*_.org -*_.nix -*_.d -*_.txt -*_ -*.swp -*~ +,*_.org +,*_.nix +,*_.d +,*_.txt +,*_ +,*.swp +,*~ \#* -*.\#* +,*.\#* !.envrc-local_ #!*/ #\#* @@ -99,6 +101,7 @@ tmp/** #+BEGIN_SRC sh /org export-ignore .gitattributes export-ignore -.gitignore export-ignore +#.gitignore export-ignore tangle export-ignore +flake.lock export-ignore #+END_SRC -- cgit v1.2.3