diff options
author | Michael Muré <batolettre@gmail.com> | 2022-05-31 19:44:53 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2022-05-31 19:44:53 +0200 |
commit | c732a18ac2b6ea3d09e5c72660ffcf9687ebb9db (patch) | |
tree | 8c8eedcf02c5a86222c62b16ccb8e27fd6b464b0 /.gitignore | |
parent | 650c11dcb68bfe00e2d399c5e1d337cae9c1bfeb (diff) | |
download | git-bug-c732a18ac2b6ea3d09e5c72660ffcf9687ebb9db.tar.gz |
misc: move all completions in a dedicated folder
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ git-bug -!/misc/bash_completion/git-bug -!/misc/fish_completion/git-bug -!/misc/powershell_completion/git-bug -!/misc/zsh_completion/git-bug +!/misc/completion/bash/git-bug +!/misc/completion/fish/git-bug +!/misc/completion/powershell/git-bug +!/misc/completion/zsh/git-bug .gitkeep dist coverage.txt |