aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_git.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-15 19:55:49 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-31 11:50:22 -0500
commit3d78a7541b6bdeca09496c92387fc74f77b70962 (patch)
tree72ed59a14753385ce9ae08b783694bef96e22e35 /org/config_git.org
parentremoved old ruby utility scripts (diff)
nix and build housekeeping
Diffstat (limited to 'org/config_git.org')
-rw-r--r--org/config_git.org18
1 files changed, 14 insertions, 4 deletions
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