From 2ec6d7d09e2cd6c08686aae9427b46a217972675 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Sun, 5 May 2024 10:26:50 -0500 Subject: Initial commit --- .gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..732ff23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# Blanket ignores and exceptions to them +.* +*~ +!.builds +!.envrc +!.gitignore + +# Nix outputs +result +result-* + +# Non-Nix outputs +tmp/ +dump.vcd -- cgit v1.2.3