diff options
author | Nathan Ringo <nathan@remexre.com> | 2024-02-26 00:46:09 -0600 |
---|---|---|
committer | Nathan Ringo <nathan@remexre.com> | 2024-02-26 00:46:09 -0600 |
commit | fec505240f22065aaea2ee80c1082cad136559bb (patch) | |
tree | c5154ef52e8792b9470957332caeedb925604012 /.gitignore |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3bb1637 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# Blanket ignores and exceptions to them +.* +*~ +!.builds +!.envrc +!.gitignore + +# Nix outputs +result +result-* + +# Non-Nix outputs +compile_commands.json +*.elf +*.hex +*.lisp +*.o +*.pdf +!toolchain/lib/*.o |