diff options
author | Marc Cornellà <hello@mcornella.com> | 2021-09-15 18:47:51 +0200 |
---|---|---|
committer | Marc Cornellà <hello@mcornella.com> | 2021-09-15 18:47:51 +0200 |
commit | eb2eacaf0c46ace8e0eb3543199851a8249338fc (patch) | |
tree | e62baf5978bd63f8ea58abcc07dc2cff820e247f /plugins/fnm/.gitignore | |
parent | d2269180b074263f4a0d3df3f9de15a1abae8110 (diff) | |
download | zsh-eb2eacaf0c46ace8e0eb3543199851a8249338fc.tar.gz zsh-eb2eacaf0c46ace8e0eb3543199851a8249338fc.tar.bz2 zsh-eb2eacaf0c46ace8e0eb3543199851a8249338fc.zip |
refactor(plugins): remove old generated completion files
This removes .gitignore plugin files and adds a force-rm of the old completion file,
which ignores any errors if the file doesn't exist.
Diffstat (limited to 'plugins/fnm/.gitignore')
-rw-r--r-- | plugins/fnm/.gitignore | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/fnm/.gitignore b/plugins/fnm/.gitignore deleted file mode 100644 index 0b2bc9ab7..000000000 --- a/plugins/fnm/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -_fnm - |