Skip to content

Commit 97e7a75

Browse files
CopilotWenyinWei
andcommitted
Add build artifacts to .gitignore and clean up executables
Co-authored-by: WenyinWei <[email protected]>
1 parent 489cbfa commit 97e7a75

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.gitignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@
4040
# debug information files
4141
*.dwo
4242

43-
# Build directories
44-
.xmake/
45-
build/
43+
# Build directories
44+
.xmake/
45+
build/
46+
47+
# Example executables
48+
simple_standard_parallelism
49+
standard_parallelism_demo
50+
test_standard_parallelism
51+
parallelism_integration_demo

simple_standard_parallelism

-98.5 KB
Binary file not shown.

test_standard_parallelism

-88.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)