diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-27 16:04:31 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-05-27 16:04:31 -0700 |
| commit | 4debd88807c538aa430ce69b83fdb291f687b1b1 (patch) | |
| tree | 5def99861585367826937c2bdbbfba7f23e07f0b /.gitignore | |
| download | qc-4debd88807c538aa430ce69b83fdb291f687b1b1.tar.zst | |
Rewrite in Rust.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d787b70 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +/target +/result |
