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