We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4fb56 commit a217c9bCopy full SHA for a217c9b
1 file changed
.gitignore
@@ -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