gitignore : ignore ppl-*.txt files
This commit is contained in:
parent
ad7007aa21
commit
e582f2ad60
1 changed files with 8 additions and 7 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue