html2text: Skip some tags and add references.
[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 oids_test
97 randpkt
98 randpktdump
99 rawshark
100 reordercap
101 reassemble_test
102 sharkd
103 sshdump
104 stamp-h1
105 text2pcap
106 tfshark
107 tshark
108 tvbtest
109 udpdump
110 wireshark
111 wmem_test
112 ylwrap
113
114 # CMake #
115 ##################
116 CMakeCache.txt
117 CMakeFiles
118 CMakeLists.txt.user*
119 cmake_install.cmake
120 CPackConfig.cmake
121 CPackSourceConfig.cmake
122 lib/
123 WiresharkConfig.cmake
124 WiresharkConfigVersion.cmake
125 wireshark.pc
126 run/
127 build.ninja
128 rules.ninja
129 .ninja_deps
130 .ninja_log
131 epan/dissectors/asn1/*/*-stamp
132 epan/dissectors/pidl/*-stamp
133 epan/dissectors/dcerpc/*-stamp
134
135
136 # Generated dir #
137 ##################
138 .deps
139 .libs
140 packaging/rpm/RPMS
141 packaging/rpm/SRPMS
142
143
144 # Doc #
145 ########
146 *.html
147 *.[14]
148 AUTHORS.git
149 AUTHORS-SHORT
150 AUTHORS-SHORT-FORMAT
151 doxygen.cfg
152 doxygen-*.tag
153 help/faq.txt
154 pod2htm[di].tmp
155 wireshark.pod
156 docbook/developer-guide-toc.hhc
157 docbook/developer-guide.hhp
158 docbook/developer-guide*.xml
159 docbook/user-guide-toc.hhc
160 docbook/user-guide.hhp
161 docbook/user-guide*.xml
162 docbook/ws?g_src/WS?G_*.dbk
163 docbook/*-guide-*.fo
164 docbook/*-guide-*.pdf
165 docbook/ws?g_html/
166 docbook/ws?g_html_chunked/
167 docbook/ws?g_chm/
168 docbook/release-notes-*.pdf
169 docbook/release-notes.txt
170 docbook/wsluarm
171 docbook/wsluarm_src/
172 wsar_html/
173 wsar_html.zip
174
175 # Qt #
176 ######
177 qtshark
178 /ui/qt/__/
179 /ui/qt/*.qrc.depends
180 /ui/qt/*.pro.user
181 /ui/qt/*.qm
182 /ui/qt/**/moc_*.cpp
183 /ui/qt/**/moc_*.cpp_parameters
184 /ui/qt/**/*.moc.cpp
185 /ui/qt/**/*.rcc.cpp
186 /ui/qt/**/moc_*.cxx
187 /ui/qt/i18n.qrc
188 /ui/qt/qrc_*.cpp
189 /ui/qt/qrc_*.cxx
190 /ui/qt/ui_*.h
191 /ui/qt/console.lua
192 /wireshark-qt*
193
194 # abi #
195 #######
196 epan/abi-check-headers/
197 epan/abi-descriptor.xml
198 wiretap/abi-check-headers/
199 wiretap/abi-descriptor.xml
200 wsutil/abi-check-headers/
201 wsutil/abi-descriptor.xml
202
203 # Windows Stuff #
204 #################
205 *.bsc
206 *.dir/
207 *.dsp
208 *.dsw
209 *.chm
210 *.exp
211 *.lib
212 *.ilk
213 *.manifest
214 *.pdb
215 *.nativecodeanalysis.xml
216 *.rc
217 !image/file_dlg_win32.rc
218 *.res
219 *.vcxproj*
220 /Copying.txt
221 /News.txt
222 /README.txt
223 /README.windows.txt
224 Win32/
225 Wireshark.opensdf
226 Wireshark.sdf
227 Wireshark.sln
228 Wireshark.*.suo
229 x64/
230 _libs_check_
231 /wireshark-gtk*
232 doc/ws.css
233 ui/qt/config.pri
234 packaging/nsis/all-manifest.nsh
235 packaging/nsis/gtk-dll-manifest.nsh
236 /packaging/portableapps/WiresharkPortable/
237 /zlib/
238
239 # Misc #
240 ########
241 .vagrant
242 .vscode
243 *.swp
244 *~
245 .DS_Store
246 cscope.*
247 dummy.cpp
248 tags
249 TAGS
250 macosx-support-libs
251 packaging/macosx/COPYING.txt
252 packaging/macosx/Info.plist
253 packaging/macosx/osx-dmg.sh
254 packaging/macosx/PkgInfo
255 packaging/macosx/Wireshark_package.pmdoc/index.xml
256 packaging/nsis/config.nsh
257 packaging/nsis/qt-dll-manifest.nsh
258 packaging/portableapps/Files/
259 packaging/portableapps/appinfo.ini
260 packaging/rpm/SPECS/wireshark.spec
261 vgcore.*
262 Wireshark.*