From 5334f48a7be29fa85266ca4bdc8cf427eca88ff0 Mon Sep 17 00:00:00 2001
From: Ralph Amissah <ralph.amissah@gmail.com>
Date: Thu, 9 Feb 2023 21:41:51 -0500
Subject: nixify, enable nix install sisu for use here

- enable nix install sisu for use on document
  samples
---
 .gitignore | 40 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 39 insertions(+), 1 deletion(-)

(limited to '.gitignore')

diff --git a/.gitignore b/.gitignore
index 327d5c6..d8fecda 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,36 @@
 # git ls-files --others --exclude-from=.git/info/exclude
+# git check-ignore -v flake.lock
+# git clean -ix
+# find . -name "*_" | xargs rm -rf
+*
+!nix/**
+!*.nix
+!flake.lock
+!.envrc
+!.env
+!.env/**
+!README
+!COPYRIGHT
+!CHANGELOG
+!makefile
+!version.txt
+!configuration.txt
+!conf/
+!conf/**
+!*.json
+!tangle
+!*.org
+!org/
+!org/*.org
+!*.rb
+!*.sst
+!*.ssm
+!*.ssi
+!**/*.sst
+!**/*.ssm
+!**/*.ssi
+!data
+!data/**
 *~
 *_
 \#*
@@ -9,7 +41,13 @@
 *.gemspec
 *_.rb
 *.rb_
-.pc
 0???-*.patch
 *.gz
 *.xz
+*_
+.*
+!.gitignore
+!.gitattributes
+!.envrc
+!.env
+!.env/**
-- 
cgit v1.2.3