aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_git.org
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2022-12-08 20:28:06 -0500
committerRalph Amissah <ralph.amissah@gmail.com>2022-12-23 18:17:24 -0500
commit684091e7e5c958561d4c0d7bd6c77f9a5efa80c3 (patch)
tree7b1d104632da28a7156b6d8446259389bac06b60 /org/config_git.org
parentspine-search-cgi separate commits, remove sundry (diff)
gitignore & things nix
Diffstat (limited to 'org/config_git.org')
-rw-r--r--org/config_git.org26
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_
#!*/
#\#*
#*.\#*