diff options
author | elioat <{ID}+{username}@users.noreply.github.com> | 2024-12-02 13:10:03 -0500 |
---|---|---|
committer | elioat <{ID}+{username}@users.noreply.github.com> | 2024-12-02 13:10:03 -0500 |
commit | 4e6b33e7cc7600df6d8a92a54bed740f955dbf51 (patch) | |
tree | f99bcec8b2735b0f89c4a866391cf67a479497f5 | |
parent | 1768e1fd0ddc4a059869caa8ff4b08b5734e3982 (diff) | |
download | tour-4e6b33e7cc7600df6d8a92a54bed740f955dbf51.tar.gz |
*
-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 |