diff options
author | elioat <elioat@tilde.institute> | 2024-12-02 17:36:09 -0500 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-12-02 17:36:09 -0500 |
commit | 2ffdc2c8b757571c934a64d5289ffcf9766c860a (patch) | |
tree | 856dfe1fc9344731dcd69de95985d131156cac5e /rust | |
parent | a87edf73a4ea72e857378e0c0626cc180009f700 (diff) | |
parent | 4e6b33e7cc7600df6d8a92a54bed740f955dbf51 (diff) | |
download | tour-2ffdc2c8b757571c934a64d5289ffcf9766c860a.tar.gz |
Merge branch 'master' of tilde.institute:~/public_repos/tour
Diffstat (limited to 'rust')
-rw-r--r-- | rust/bf/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/bf/.gitignore b/rust/bf/.gitignore new file mode 100644 index 0000000..64aadb8 --- /dev/null +++ b/rust/bf/.gitignore @@ -0,0 +1,2 @@ +target +target/* \ No newline at end of file |