aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-10-30 22:31:28 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-10-30 22:31:28 -0400
commitad803956c1f7ce1a4b0e820a21881a58a326b7f7 (patch)
treeeb36cfcd0bcbed76a51b0e97e0a46609769ca232 /.gitignore
parentdebian/changelog (7.2.1-2) (diff)
parentversion & changelog, tag for release (diff)
Merge tag 'sisu_7.3.0' into debian
SiSU 7.3.0
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore19
1 files changed, 15 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 50e88cab..7694190a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,13 @@
# git ls-files --others --exclude-from=.git/info/exclude
+# git check-ignore -v flake.lock
+# git clean -ix
+# find . -name "*_" | xargs rm -rf
*
+!.gitignore
+!.gitattributes
+!nix/**
+!*.nix
+!flake.lock
!README
!COPYRIGHT
!CHANGELOG
@@ -18,13 +26,11 @@
!conf/**
!*.json
!*.org
+!org/
+!org/*.org
!*.rb
!*.txt
!*.yml
-!*.nix
-!nix/
-!nix/**
-!org/
!bin
!bin/sisu
!bin/sisu-*
@@ -40,8 +46,10 @@
!data/sisu/**
!*.sst
!*.ssm
+!*.ssi
!**/*.sst
!**/*.ssm
+!**/*.ssi
!debian/
!debian/changelog
!debian/compat
@@ -74,4 +82,7 @@
*_
.*
!.gitignore
+!.gitattributes
!.envrc
+!.envrc-local
+!.envrc-nix