Skip to content

Commit 6b1b729

Browse files
committed
chore: include CI artifacts folders in .gitignore
Building CI artifacts produces some folders under resources/ directory. Include them in .gitignore to avoid, mistakenly, adding them in a git commit. Signed-off-by: Babis Chalios <[email protected]>
1 parent a1500d4 commit 6b1b729

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ test_results/*
1212
*.profraw
1313
.DS_Store
1414
*.bin
15+
/resources/linux
16+
/resources/x86_64
17+
/resources/aarch64

0 commit comments

Comments
 (0)