epan: use json_dumper for json outputs.
[metze/wireshark/wip.git] / .gitignore
1 #
2 # This file is tracked by git for the wireshark repository, and thus
3 # should only contain ignore entries common to all wireshark developers.
4 # To ignore files specific to your local repository, for example files
5 # generated by your editor, add them to your repository exclude file
6 # (.git/info/exclude) or your global ~/.gitignore_global. For details
7 # see:
8 #   https://help.github.com/articles/ignoring-files
9 #
10
11 # Compiled or generated source #
12 ################################
13 *.dll
14 *.exe
15 *.la
16 *.lai
17 *.lo
18 *.obj
19 *.pyc
20 *.so*
21 *.[oa]
22 *.dylib
23 *grammar.out
24 *grammar.[ch]
25 *scanner.c
26 *_dict.c
27 *_lex.h
28 init.lua
29 epan/dissectors/dcerpc/idl2wrs
30 epan/dissectors/dcerpc/*/packet-dcerpc-*.[hc]
31 epan/dissectors/mesa
32 epan/dissectors/xcbproto
33 epan/dissectors/packet-ncp2222.c
34 epan/dissectors/dissectors.c
35 epan/dissectors/dissectors.in.txt
36 epan/dtd_parse.c
37 epan/dtd_preparse.c
38 epan/uat_load.c
39 epan/version_info.c
40 epan/wslua/declare_wslua.h
41 epan/wslua/register_wslua.c
42 epan/wslua/taps.txt
43 epan/wslua/taps_wslua.c
44 epan/ps.c
45 plugins/epan/*/plugin.c
46 plugins/wiretap/*/plugin.c
47 plugins/codecs/*/plugin.c
48 plugins/epan/mate/mate_parser.c
49 tools/lemon/lemon
50 tshark-tap-register.c
51 wiretap/ascend.c
52 wiretap/ascend.h
53 wiretap/k12text.c
54 wiretap/version_info.c
55 wireshark-tap-register.c
56
57 # CMake #
58 ##################
59 cmake-build-*/
60 CMakeCache.txt
61 CMakeFiles
62 CMakeLists.txt.user*
63 cmake_install.cmake
64 CPackConfig.cmake
65 CPackSourceConfig.cmake
66 lib/
67 WiresharkConfig.cmake
68 WiresharkConfigVersion.cmake
69 wireshark.pc
70 run/
71 build.ninja
72 rules.ninja
73 .ninja_deps
74 .ninja_log
75 epan/dissectors/asn1/*/*-stamp
76 epan/dissectors/pidl/*-stamp
77 epan/dissectors/dcerpc/*-stamp
78
79 # Doc #
80 ########
81 *.html
82 *.[14]
83 AUTHORS.git
84 AUTHORS-SHORT
85 AUTHORS-SHORT-FORMAT
86 help/faq.txt
87 pod2htm[di].tmp
88 wireshark.pod
89 docbook/developer-guide-toc.hhc
90 docbook/developer-guide.hhp
91 docbook/developer-guide*.xml
92 docbook/user-guide-toc.hhc
93 docbook/user-guide.hhp
94 docbook/user-guide*.xml
95 docbook/*-guide-*.pdf
96 docbook/ws?g_html/
97 docbook/ws?g_html_chunked/
98 docbook/ws?g_chm/
99 docbook/release-notes-*.pdf
100 docbook/release-notes.txt
101 docbook/wsluarm
102 docbook/wsluarm_src/
103 wsar_html/
104 wsar_html.zip
105
106 # Qt #
107 ######
108 /ui/qt/__/
109 /ui/qt/*.qm
110 /ui/qt/**/moc_*.cpp
111 /ui/qt/i18n.qrc
112 /ui/qt/qrc_*.cpp
113 /ui/qt/ui_*.h
114 /ui/qt/console.lua
115 /wireshark-qt*
116
117 # abi #
118 #######
119 epan/abi-check-headers/
120 epan/abi-descriptor.xml
121 wiretap/abi-check-headers/
122 wiretap/abi-descriptor.xml
123 wsutil/abi-check-headers/
124 wsutil/abi-descriptor.xml
125
126 # Windows Stuff #
127 #################
128 *.bsc
129 *.dir/
130 *.dsp
131 *.dsw
132 *.chm
133 *.exp
134 *.lib
135 *.ilk
136 *.manifest
137 *.pdb
138 *.nativecodeanalysis.xml
139 *.rc
140 !image/file_dlg_win32.rc
141 *.res
142 *.vcxproj*
143 /Copying.txt
144 /News.txt
145 /README.txt
146 /README.windows.txt
147 Win32/
148 Wireshark.opensdf
149 Wireshark.sdf
150 Wireshark.sln
151 Wireshark.*.suo
152 x64/
153 _libs_check_
154 doc/ws.css
155 packaging/nsis/all-manifest.nsh
156 /packaging/portableapps/WiresharkPortable/
157 /zlib/
158 wireshark-win??-libs*/
159
160 # Misc #
161 ########
162 .vagrant
163 .vscode
164 .idea
165 *.swp
166 *~
167 .DS_Store
168 cscope.*
169 dummy.cpp
170 tags
171 TAGS
172 macosx-support-libs
173 packaging/macosx/COPYING.txt
174 packaging/macosx/Info.plist
175 packaging/macosx/osx-dmg.sh
176 packaging/macosx/PkgInfo
177 packaging/macosx/Wireshark_package.pmdoc/index.xml
178 packaging/nsis/config.nsh
179 packaging/nsis/qt-dll-manifest.nsh
180 packaging/portableapps/Files/
181 packaging/portableapps/appinfo.ini
182 packaging/rpm/SPECS/wireshark.spec
183 vgcore.*
184 Wireshark.*
185 .pytest_cache/
186 test/*.log