diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-13 15:01:32 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-13 15:01:32 -0700 |
commit | d342f7a1861d8b002f48c91836e9b9fc69eeb94c (patch) | |
tree | dc90fdbe3caeabc9f57b11bb73968bd6b115885d /rust/.gitignore | |
parent | 4575478d953fae3068959feef80517cafc826fea (diff) | |
download | fatcat-cli-d342f7a1861d8b002f48c91836e9b9fc69eeb94c.tar.gz fatcat-cli-d342f7a1861d8b002f48c91836e9b9fc69eeb94c.zip |
meta rust files from bnewbold-cli branch
Diffstat (limited to 'rust/.gitignore')
-rw-r--r-- | rust/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/rust/.gitignore b/rust/.gitignore new file mode 100644 index 0000000..03e5059 --- /dev/null +++ b/rust/.gitignore @@ -0,0 +1,6 @@ +.env +target/ +bin/ +fatcat-*.tar.gz + +!.cargo |