tools

various tools I have been using throughout the years
Log | Files | Refs | README | LICENSE

.gitignore (97B)


      1 # bazel
      2 bazel-*
      3 # zig
      4 .zig-cache
      5 zig-out
      6 # elixir
      7 .expert
      8 _build
      9 # rust
     10 rust-project.json
     11 target