Install json_object_private.h file
[platform/upstream/json-c.git] / .gitignore
1 # Temp files
2 *~
3 *.swp
4 *.bak
5 *.backup
6 \#*
7 .\#*
8 *\#
9 *.sav
10 *.save
11 *.autosav
12 *.autosave
13
14 # Tests
15 /test-driver
16 /tests/Makefile
17 /tests/Makefile.in
18 /tests/test1
19 /tests/test1Formatted
20 /tests/test2
21 /tests/test2Formatted
22 /tests/test4
23 /tests/testReplaceExisting
24 /tests/testSubDir
25 /tests/test_cast
26 /tests/test_charcase
27 /tests/test_compare
28 /tests/test_deep_copy
29 /tests/test_double_serializer
30 /tests/test_float
31 /tests/test_int_add
32 /tests/test_json_pointer
33 /tests/test_locale
34 /tests/test_null
35 /tests/test_parse
36 /tests/test_parse_int64
37 /tests/test_printbuf
38 /tests/test_set_serializer
39 /tests/test_set_value
40 /tests/test_util_file
41 /tests/test_visit
42 /tests/*.vg.out
43 /tests/*.log
44 /tests/*.trs
45
46 # Generated folders
47 /Debug
48 /Release
49 /*/Debug
50 /*/Release
51
52 # Generated binaries
53 *.lo
54 *.o
55 /libjson-c.la
56 /libjson.la
57
58 # Archives
59 *.zip
60 *.tar.*
61 *.tgz
62 *.gz
63 *.bz2
64 *.xz
65 *.lz
66 *.lzma
67 *.7z
68 *.dll
69 *.deb
70 *.rpm
71 *.apk
72 *.exe
73 *.msi
74 *.dmg
75 *.ipa
76
77 .deps/
78 .libs/
79 /aclocal.m4
80 /autoconf-archive
81 /autom4te.cache
82 /config.guess
83 /config.h.in
84 /json_config.h
85 /compile
86 /config.h
87 /config.log
88 /config.status
89 /config.sub
90 /configure
91 /depcomp
92 /doc
93 /install-sh
94 /json.pc
95 /json-c.pc
96 /json-c-uninstalled.pc
97 /libtool
98 /ltmain.sh
99 /Makefile
100 /Makefile.in
101 /missing
102 /stamp-h1
103 /stamp-h2
104
105 # cmake auto-generated files
106 /CMakeCache.txt
107 /CMakeFiles
108 /cmake_install.cmake
109 /include
110 /libjson-c.a
111 /libjson-c.so