We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad7007a commit e582f2aCopy full SHA for e582f2a
.gitignore
@@ -1,11 +1,15 @@
1
*.o
2
*.a
3
+.DS_Store
4
+.build/
5
.cache/
6
+.direnv/
7
+.envrc
8
+.swiftpm
9
+.venv
10
.vs/
11
.vscode/
-.DS_Store
12
-.build/
13
build/
14
build-em/
15
build-debug/
@@ -30,12 +34,9 @@ models/*
30
34
arm_neon.h
31
35
compile_commands.json
32
36
33
-.envrc
-.direnv/
-
-.venv
37
__pycache__
38
-.swiftpm
39
40
zig-out/
41
zig-cache/
+
42
+ppl-*.txt
0 commit comments