gitignore : ignore ppl-*.txt files

This commit is contained in:
Georgi Gerganov 2023-04-19 19:31:44 +03:00
parent ad7007aa21
commit e582f2ad60
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

15
.gitignore vendored
View file

@ -1,11 +1,15 @@
*.o *.o
*.a *.a
.DS_Store
.build/
.cache/ .cache/
.direnv/
.envrc
.swiftpm
.venv
.vs/ .vs/
.vscode/ .vscode/
.DS_Store
.build/
build/ build/
build-em/ build-em/
build-debug/ build-debug/
@ -30,12 +34,9 @@ models/*
arm_neon.h arm_neon.h
compile_commands.json compile_commands.json
.envrc
.direnv/
.venv
__pycache__ __pycache__
.swiftpm
zig-out/ zig-out/
zig-cache/ zig-cache/
ppl-*.txt