Expanding gitignore with additional entries for new binaries and explanatory comment
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
This commit is contained in:
parent
dc07dc492e
commit
687397d8be
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -24,6 +24,7 @@ tmp/
|
||||||
models/*
|
models/*
|
||||||
models-mnt
|
models-mnt
|
||||||
|
|
||||||
|
# Binaries and examples
|
||||||
/main
|
/main
|
||||||
/quantize
|
/quantize
|
||||||
/quantize-stats
|
/quantize-stats
|
||||||
|
@ -46,6 +47,9 @@ build-info.h
|
||||||
arm_neon.h
|
arm_neon.h
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
CMakeSettings.json
|
CMakeSettings.json
|
||||||
|
baby-llama
|
||||||
|
beam_search
|
||||||
|
save-load-state
|
||||||
|
|
||||||
__pycache__
|
__pycache__
|
||||||
dist
|
dist
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue