diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-08T13·48+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-08T13·48+0200 |
commit | 106ade6e41ff0abe269fca99e332d404b2c549c7 (patch) | |
tree | 161ca6a58cea590e7f55534b957bde3d2000d455 /.gitignore | |
parent | 2fd8fa23219b57d69553398abec5ba28742f6c41 (diff) |
chore: Add bootstrapped Cargo project
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..548206b0b297 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.envrc +/target/ +**/*.rs.bk |