Skip to content

Commit a217c9b

Browse files
committed
chore: add .gitignore with .config.mk, build artifacts and downloaded tests
1 parent 2d4fb56 commit a217c9b

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

.gitignore

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Local configuration
2+
config.mk
3+
4+
# Build artifacts
5+
*.o
6+
*.d
7+
*~
8+
*.exe
9+
mqjs
10+
example
11+
mqjs_stdlib
12+
mqjs_stdlib.h
13+
mquickjs_atom.h
14+
test_builtin.bin
15+
dtoa_test
16+
libm_test
17+
rempio2_test
18+
19+
# Example artifacts
20+
example_stdlib
21+
example_stdlib.h
22+
23+
# Extra tests
24+
mquickjs-extras.tar.xz
25+
tests/octane/
26+
tests/dtoa_test.c
27+
tests/dtoa_test.h
28+
tests/gay-fixed.c
29+
tests/gay-precision.c
30+
tests/gay-shortest.c
31+
tests/libm_test.c
32+
tests/rempio2_test.c

0 commit comments

Comments
 (0)