mirror of https://github.com/google/gemma.cpp.git
Update .gitignore to exclude build directory and model files
This commit is contained in:
parent
87a1c76578
commit
01caf379ba
|
|
@ -2,3 +2,6 @@
|
||||||
bazel-*/
|
bazel-*/
|
||||||
build-*/
|
build-*/
|
||||||
python/*/__pycache__
|
python/*/__pycache__
|
||||||
|
build/
|
||||||
|
*.sbs
|
||||||
|
*.spm
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue