epan/dissectors/packet-xml.c no printf
[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/declare_wslua.h
30 epan/dissectors/dcerpc/idl2wrs
31 epan/dissectors/dcerpc/*/packet-dcerpc-*.[hc]
32 epan/dissectors/mesa
33 epan/dissectors/xcbproto
34 epan/dissectors/packet-ncp2222.c
35 epan/dissectors/register-cache.pkl
36 epan/dissectors/register.c
37 epan/dtd_parse.c
38 epan/dtd_preparse.c
39 epan/packet-ncp2222.c
40 epan/register-cache.pkl
41 epan/register.c
42 epan/register_wslua.c
43 epan/taps.txt
44 epan/taps_wslua.c
45 epan/uat_load.c
46 epan/version_info.c
47 epan/wslua/declare_wslua.h
48 epan/wslua/register_wslua.c
49 epan/wslua/taps.txt
50 epan/wslua/taps_wslua.c
51 epan/ps.c
52 ui/cli/tshark-tap-register-cache.pkl
53 plugin.c
54 plugins/mate/mate_parser.c
55 version.h
56 tools/lemon/lemon
57 tshark-tap-register.c
58 wiretap/ascend.c
59 wiretap/ascend.h
60 wiretap/k12text.c
61 wiretap/version_info.c
62 wireshark-tap-register.c
63 wireshark-tap-register-cache.pkl
64 ui/gtk/wireshark-gresources.c
65 ui/gtk/wireshark-gresources.h
66
67 # Generated makefile system #
68 #############################
69 .dirstamp
70 aclocal.m4
71 androiddump
72 autom4te.cache
73 capinfos
74 captype
75 ciscodump
76 compile
77 config.h
78 config.h.in
79 config.cache
80 config.log
81 config.status
82 configure
83 depcomp
84 dftest
85 dumpcap
86 editcap
87 exntest
88 install-sh
89 libtool
90 libtool.m4
91 lt~obsolete.m4
92 ltmain.sh
93 ltoptions.m4
94 ltsugar.m4
95 ltversion.m4
96 Makefile
97 Makefile.in
98 mergecap
99 missing
100 oids_test
101 randpkt
102 randpktdump
103 rawshark
104 reordercap
105 reassemble_test
106 sharkd
107 sshdump
108 stamp-h1
109 text2pcap
110 tfshark
111 tshark
112 tvbtest
113 udpdump
114 wireshark
115 wmem_test
116 ylwrap
117
118 # CMake #
119 ##################
120 CMakeCache.txt
121 CMakeFiles
122 CMakeLists.txt.user*
123 cmake_install.cmake
124 CPackConfig.cmake
125 CPackSourceConfig.cmake
126 lib/
127 WiresharkConfig.cmake
128 WiresharkConfigVersion.cmake
129 epan/dissectors/_regc.tmp
130 epan/dissectors/files.txt
131 wireshark.pc
132 run/
133 tshark-tap-register-cache.pkl
134 build.ninja
135 rules.ninja
136 .ninja_deps
137 .ninja_log
138 epan/dissectors/asn1/*/*-stamp
139 epan/dissectors/pidl/*-stamp
140 epan/dissectors/dcerpc/*-stamp
141
142
143 # Generated dir #
144 ##################
145 .deps
146 .libs
147 packaging/rpm/RPMS
148 packaging/rpm/SRPMS
149
150
151 # Doc #
152 ########
153 *.html
154 *.[14]
155 AUTHORS.git
156 AUTHORS-SHORT
157 AUTHORS-SHORT-FORMAT
158 doxygen.cfg
159 doxygen-*.tag
160 help/faq.txt
161 pod2htm[di].tmp
162 wireshark.pod
163 docbook/developer-guide-toc.hhc
164 docbook/developer-guide.hhp
165 docbook/developer-guide*.xml
166 docbook/user-guide-toc.hhc
167 docbook/user-guide.hhp
168 docbook/user-guide*.xml
169 docbook/ws?g_src/WS?G_*.dbk
170 docbook/*-guide-*.fo
171 docbook/*-guide-*.pdf
172 docbook/ws?g_html/
173 docbook/ws?g_html_chunked/
174 docbook/ws?g_chm/
175 docbook/release-notes-*.pdf
176 docbook/release-notes.txt
177 docbook/wsluarm
178 docbook/wsluarm_src/
179 wsar_html/
180 wsar_html.zip
181
182 # Qt #
183 ######
184 qtshark
185 /ui/qt/__/
186 /ui/qt/*.qrc.depends
187 /ui/qt/*.pro.user
188 /ui/qt/*.qm
189 /ui/qt/**/moc_*.cpp
190 /ui/qt/**/moc_*.cpp_parameters
191 /ui/qt/**/*.moc.cpp
192 /ui/qt/**/*.rcc.cpp
193 /ui/qt/**/moc_*.cxx
194 /ui/qt/i18n.qrc
195 /ui/qt/qrc_*.cpp
196 /ui/qt/qrc_*.cxx
197 /ui/qt/ui_*.h
198 /ui/qt/console.lua
199 /wireshark-qt*
200
201 # abi #
202 #######
203 epan/abi-check-headers/
204 epan/abi-descriptor.xml
205 wiretap/abi-check-headers/
206 wiretap/abi-descriptor.xml
207 wsutil/abi-check-headers/
208 wsutil/abi-descriptor.xml
209
210 # Windows Stuff #
211 #################
212 *.bsc
213 *.dir/
214 *.dsp
215 *.dsw
216 *.chm
217 *.exp
218 *.lib
219 *.ilk
220 *.manifest
221 *.pdb
222 *.nativecodeanalysis.xml
223 *.rc
224 !image/file_dlg_win32.rc
225 *.res
226 *.vcxproj*
227 /Copying.txt
228 /News.txt
229 /README.txt
230 /README.windows.txt
231 Win32/
232 Wireshark.opensdf
233 Wireshark.sdf
234 Wireshark.sln
235 Wireshark.*.suo
236 x64/
237 _libs_check_
238 /wireshark-gtk*
239 doc/ws.css
240 ui/qt/config.pri
241 packaging/nsis/all-manifest.nsh
242 packaging/nsis/gtk-dll-manifest.nsh
243 /packaging/portableapps/WiresharkPortable/
244 /zlib/
245
246 # Misc #
247 ########
248 .vagrant
249 .vscode
250 *.swp
251 *~
252 .DS_Store
253 cscope.*
254 dummy.cpp
255 tags
256 TAGS
257 macosx-support-libs
258 packaging/macosx/COPYING.txt
259 packaging/macosx/Info.plist
260 packaging/macosx/osx-dmg.sh
261 packaging/macosx/Wireshark_package.pmdoc/index.xml
262 packaging/nsis/config.nsh
263 packaging/nsis/qt-dll-manifest.nsh
264 packaging/portableapps/Files/
265 packaging/portableapps/appinfo.ini
266 packaging/rpm/SPECS/wireshark.spec
267 vgcore.*