diff --git a/.gitignore b/.gitignore index 7b29bd7..1d1c707 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ # Binaries /croc -/croc.exe \ No newline at end of file +/croc.exe +zsh_autocomplete +bash_autocomplete +dist +bin +croc-stdin* diff --git a/src/install/Makefile b/src/install/Makefile index da1688c..034e231 100644 --- a/src/install/Makefile +++ b/src/install/Makefile @@ -3,6 +3,8 @@ release: cd ../../ && go generate cd ../../ && go generate + cp zsh_autocomplete ../../ + cp bash_autocomplete ../../ cd ../../ && goreleaser release git push cd ../../ && ./src/install/prepare-sources-tarball.sh