diff options
author | Carlo Sala <carlosalag@protonmail.com> | 2021-09-07 20:02:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-07 20:02:20 +0200 |
commit | 450acc0113b114352ce3b94870fe63fc461844bd (patch) | |
tree | 8f93d5445a5cd4d0a29f051a6f8047e66ab4f3c0 /plugins/rustup/.gitignore | |
parent | 37a60eebc107c08047d4b5716c1c1760104aa25d (diff) | |
download | zsh-450acc0113b114352ce3b94870fe63fc461844bd.tar.gz zsh-450acc0113b114352ce3b94870fe63fc461844bd.tar.bz2 zsh-450acc0113b114352ce3b94870fe63fc461844bd.zip |
fix: automatically create completion for `cargo` and `rustup` plugins (#10087)
Diffstat (limited to 'plugins/rustup/.gitignore')
-rw-r--r-- | plugins/rustup/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/rustup/.gitignore b/plugins/rustup/.gitignore new file mode 100644 index 000000000..ad38ae3bf --- /dev/null +++ b/plugins/rustup/.gitignore @@ -0,0 +1 @@ +_rustup |