From 3d78a7541b6bdeca09496c92387fc74f77b70962 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Thu, 15 Dec 2022 19:55:49 -0500 Subject: nix and build housekeeping --- org/config_git.org | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'org/config_git.org') diff --git a/org/config_git.org b/org/config_git.org index 328a192..303b4e7 100644 --- a/org/config_git.org +++ b/org/config_git.org @@ -30,11 +30,9 @@ ,* !.gitignore !.gitattributes -!*.nix -!nix !nix/** !*.nix -#!flake.lock +!flake.lock !.envrc !README.md !README @@ -53,7 +51,6 @@ !*.d !*.rb !*.txt -!conf.sdl !doc !doc/** !man @@ -93,6 +90,7 @@ notes/** ,**/cgi-bin/** tmp/** ,*_.org +,*_.nix ,*_.d ,*_.txt ,*_ @@ -107,3 +105,15 @@ tmp/** #*.\#* #.reggae/** #+END_SRC + +** gitattributes :gitattributes: + +#+HEADER: :tangle "../.gitattributes" +#+BEGIN_SRC sh +/org export-ignore +/subprojects export-ignore +/build export-ignore +.gitattributes export-ignore +tangle export-ignore +flake.lock export-ignore +#+END_SRC -- cgit v1.2.3