mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-28 22:44:59 +00:00
fix: update gitignore and make clean (#798)
Co-authored-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
569c1d1163
commit
ae58fb8821
2 changed files with 3 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -36,5 +36,5 @@ release/
|
|||
|
||||
# Generated during build
|
||||
backend-assets/
|
||||
|
||||
prepare
|
||||
/ggml-metal.metal
|
||||
|
|
3
Makefile
3
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue