Add __pycache__ and *.bin to gitignore
This commit is contained in:
parent
34af8a97e8
commit
b8f20713b9
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -15,9 +15,12 @@ build-sanitize-addr/
|
||||||
build-sanitize-thread/
|
build-sanitize-thread/
|
||||||
|
|
||||||
models/*
|
models/*
|
||||||
|
*.bin*
|
||||||
|
|
||||||
/main
|
/main
|
||||||
/quantize
|
/quantize
|
||||||
|
|
||||||
arm_neon.h
|
arm_neon.h
|
||||||
compile_commands.json
|
compile_commands.json
|
||||||
|
.venv
|
||||||
|
__pycache__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue