Lua: Remove heur dissectors when reload Lua plugins
[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/mesa
32 epan/dissectors/xcbproto
33 epan/dissectors/packet-ncp2222.c
34 epan/dissectors/register-cache.pkl
35 epan/dissectors/register.c
36 epan/dtd_parse.c
37 epan/dtd_preparse.c
38 epan/packet-ncp2222.c
39 epan/register-cache.pkl
40 epan/register.c
41 epan/register_wslua.c
42 epan/taps.txt
43 epan/taps_wslua.c
44 epan/uat_load.c
45 epan/wslua/declare_wslua.h
46 epan/wslua/register_wslua.c
47 epan/wslua/taps.txt
48 epan/wslua/taps_wslua.c
49 epan/ps.c
50 ui/cli/tshark-tap-register-cache.pkl
51 plugin.c
52 plugins/mate/mate_parser.c
53 version.h
54 tools/lemon/lemon
55 tools/setuid-root.pl
56 tshark-tap-register.c
57 wiretap/ascend.c
58 wiretap/ascend.h
59 wiretap/k12text.c
60 wireshark-tap-register.c
61 wireshark-tap-register-cache.pkl
62 ui/gtk/wireshark-gresources.c
63 ui/gtk/wireshark-gresources.h
64
65 # Generated makefile system #
66 #############################
67 .dirstamp
68 *.sym
69 aclocal.m4
70 androiddump
71 autom4te.cache
72 capinfos
73 captype
74 compile
75 config.h
76 config.h.in
77 config.cache
78 config.log
79 config.status
80 configure
81 depcomp
82 dftest
83 dumpcap
84 editcap
85 echld_test
86 exntest
87 install-sh
88 libtool
89 libtool.m4
90 lt~obsolete.m4
91 ltmain.sh
92 ltoptions.m4
93 ltsugar.m4
94 ltversion.m4
95 Makefile
96 Makefile.in
97 mergecap
98 missing
99 oids_test
100 randpkt
101 randpktdump
102 rawshark
103 reordercap
104 reassemble_test
105 sshdump
106 stamp-h1
107 text2pcap
108 tfshark
109 tshark
110 tvbtest
111 wireshark
112 wmem_test
113 ylwrap
114
115
116 # CMake #
117 ##################
118 CMakeCache.txt
119 CMakeFiles
120 CMakeLists.txt.user*
121 cmake_install.cmake
122 CPackConfig.cmake
123 CPackSourceConfig.cmake
124 lib/
125 WiresharkConfig.cmake
126 WiresharkConfigVersion.cmake
127 epan/_regc.tmp
128 wireshark.pc
129 run/
130 tshark-tap-register-cache.pkl
131 build.ninja
132 rules.ninja
133 .ninja_deps
134 .ninja_log
135 asn1/*/*-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/wsdg.validated
173 docbook/wsluarm
174 docbook/wsluarm_src/
175 docbook/wsug.validated
176 wsar_html/
177 wsar_html.zip
178
179 # Qt #
180 ######
181 qtshark
182 *.rcc.cpp
183 /ui/qt/__/
184 /ui/qt/*.qrc.depends
185 /ui/qt/*.pro.user
186 #/ui/qt/*.qm
187 /ui/qt/moc_*.cpp
188 /ui/qt/moc_*.cpp_parameters
189 /ui/qt/*.moc.cpp
190 /ui/qt/moc_*.cxx
191 /ui/qt/qrc_*.cpp
192 /ui/qt/qrc_*.cxx
193 /ui/qt/ui_*.h
194 /ui/qt/console.lua
195 /wireshark-qt*
196
197 # abi #
198 #######
199 epan/abi-check-headers/
200 epan/abi-descriptor.xml
201 wiretap/abi-check-headers/
202 wiretap/abi-descriptor.xml
203 wsutil/abi-check-headers/
204 wsutil/abi-descriptor.xml
205
206 # Windows Stuff #
207 #################
208 *.bsc
209 *.dir/
210 *.dsp
211 *.dsw
212 *.chm
213 *.exp
214 *.lib
215 *.ilk
216 *.manifest
217 *.pdb
218 *.nativecodeanalysis.xml
219 *.rc
220 !adns_dll.rc
221 !image/file_dlg_win32.rc
222 *.res
223 *.vcxproj*
224 /Copying.txt
225 /News.txt
226 /README.txt
227 /README.windows.txt
228 Win32/
229 Wireshark.opensdf
230 Wireshark.sdf
231 Wireshark.sln
232 Wireshark.*.suo
233 x64/
234 _libs_check_
235 /wireshark-gtk*
236 doc/ws.css
237 ui/qt/config.pri
238 packaging/nsis/all-manifest.nsh
239 packaging/nsis/gtk-dll-manifest.nsh
240 /packaging/portableapps/WiresharkPortable/
241 /zlib/
242
243 # Misc #
244 ########
245 .vagrant
246 *.swp
247 *~
248 .DS_Store
249 cscope.*
250 dummy.cpp
251 tags
252 TAGS
253 macosx-support-libs
254 packaging/macosx/COPYING.txt
255 packaging/macosx/Info.plist
256 packaging/macosx/osx-dmg.sh
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/portableapps/distribution.nmake
263 packaging/rpm/SPECS/wireshark.spec
264 packaging/svr4/checkinstall
265 packaging/svr4/pkginfo
266 vgcore.*