From fec505240f22065aaea2ee80c1082cad136559bb Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Mon, 26 Feb 2024 00:46:09 -0600 Subject: Initial commit --- .gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') 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 -- cgit v1.2.3