-
Notifications
You must be signed in to change notification settings - Fork 32
/
.gitignore
73 lines (73 loc) · 1.03 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
*~
*.swp
*.swo
*.tar.gz
callgrind.out.*
tmp
libfastjson-internal.la
/INSTALL
.dirstamp
.deps/
.libs/
/aclocal.m4
/autom4te.cache
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
/config.guess
/json_config.h
/compile
/config.h
/config.h.in
/config.log
/config.status
/config.sub
/configure
/depcomp
/doc
/install-sh
/libfastjson.pc
/libfastjson-uninstalled.pc
/libtool
/ltmain.sh
/Makefile
/Makefile.in
/missing
/stamp-h1
/stamp-h2
/test-driver
/tests/Makefile
/tests/Makefile.in
/tests/test1
/tests/test1Formatted
/tests/test2
/tests/test2Formatted
/tests/test4
/tests/testReplaceExisting
/tests/testSubDir
/tests/test_parse_int64
/tests/test_parse
/tests/test_cast
/tests/test_charcase
/tests/test_locale
/tests/test_null
/tests/test_printbuf
/tests/test_set_serializer
/tests/test_object_object_add_ex
/tests/test_object_object_add_exFormatted
/tests/test_many_subobj
/tests/test_obj_iter-del
/tests/chk_version
/tests/*.vg.out
/tests/*.log
/tests/*.trs
/Debug
/Release
/*/Debug
/*/Release
*.lo
*.o
/libfastjson.la
/libjson.la