diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-27 13:38:06 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2023-01-27 23:18:05 -0500 |
commit | 69d8f2d64be94c722f546b023094ff7d48cd9383 (patch) | |
tree | a75efb66fe6585e6a40458bd4918efa8a5d68692 /org/config_git.org | |
parent | nix & build housekeeping, alternative D compilers (diff) |
nix flake & build, devShells etc.
Diffstat (limited to 'org/config_git.org')
-rw-r--r-- | org/config_git.org | 25 |
1 files changed, 14 insertions, 11 deletions
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 |