aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/config_git.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/config_git.org')
-rw-r--r--org/config_git.org25
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