fix: update gitignore and make clean (#798)

Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Dave 2023-07-25 17:02:46 -04:00 committed by GitHub
parent 569c1d1163
commit ae58fb8821
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -36,5 +36,5 @@ release/
# Generated during build
backend-assets/
prepare
/ggml-metal.metal

View File

@ -237,7 +237,8 @@ prepare: prepare-sources $(OPTIONAL_TARGETS)
clean: ## Remove build related file
$(GOCMD) clean -cache
rm -fr ./go-llama
rm -f prepare
rm -rf ./go-llama
rm -rf ./gpt4all
rm -rf ./go-gpt2
rm -rf ./go-stable-diffusion