summaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore41
1 files changed, 41 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b177cc1
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,41 @@
+# 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
+!nixDevEnv.sh
+!.envrc
+!.envrc-local
+!.envrc-nix
+!flake.nix
+!flake.lock
+!nix-overlays
+!nix-overlays/**
+!shell.nix
+!makefile
+!justfile
+!README
+!*.nix
+!*.json
+!*.org
+!*.sh
+!*.d
+!*.txt
+!src
+!src/**
+!views
+
+# EXCLUDED Files & directories - ensure excluded
+.dub/**
+tmp/**
+*_.org
+*_.nix
+*_.d
+*_.txt
+*_
+*.swp
+*~
+*.\#*
+\#*