diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-05-05 10:26:50 -0500 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-05-05 10:26:50 -0500 |
commit | 2ec6d7d09e2cd6c08686aae9427b46a217972675 (patch) | |
tree | 60698fed7a07b2325acf65a85608c9e51a7bec02 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 14 |
1 files changed, 14 insertions, 0 deletions
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 |