Skip to content

Commit 7d38943

Browse files
chore(git): ignore additional artifacts
1 parent bba2878 commit 7d38943

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# cpp artifacts
22
compile_commands.json
3+
compile_flags.txt
34

45
# zig artifacts
56
.zig-cache
67
zig-out
78
.cache
9+
init
810

911
# direnv
1012
.direnv
13+
14+
# build artifacts
15+
*.out
16+

0 commit comments

Comments
 (0)