Skip to content

Commit e582f2a

Browse files
committed
gitignore : ignore ppl-*.txt files
1 parent ad7007a commit e582f2a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.gitignore

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
*.o
22
*.a
3+
.DS_Store
4+
.build/
35
.cache/
6+
.direnv/
7+
.envrc
8+
.swiftpm
9+
.venv
410
.vs/
511
.vscode/
6-
.DS_Store
712

8-
.build/
913
build/
1014
build-em/
1115
build-debug/
@@ -30,12 +34,9 @@ models/*
3034
arm_neon.h
3135
compile_commands.json
3236

33-
.envrc
34-
.direnv/
35-
36-
.venv
3737
__pycache__
38-
.swiftpm
3938

4039
zig-out/
4140
zig-cache/
41+
42+
ppl-*.txt

0 commit comments

Comments
 (0)