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