ICMP(v4): Remove proto_tree_add_text
[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
63 # Generated makefile system #
64 #############################
65 .dirstamp
66 *.sym
67 aclocal.m4
68 autom4te.cache
69 capinfos
70 captype
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 echld_test
83 exntest
84 gitversion.h
85 install-sh
86 libtool
87 libtool.m4
88 lt~obsolete.m4
89 ltmain.sh
90 ltoptions.m4
91 ltsugar.m4
92 ltversion.m4
93 Makefile
94 Makefile.in
95 mergecap
96 missing
97 oids_test
98 randpkt
99 rawshark
100 reordercap
101 reassemble_test
102 stamp-h1
103 text2pcap
104 tfshark
105 tshark
106 tvbtest
107 wireshark
108 wmem_test
109 ylwrap
110
111
112 # CMake #
113 ##################
114 CMakeCache.txt
115 CMakeFiles
116 cmake_install.cmake
117 CPackConfig.cmake
118 CPackSourceConfig.cmake
119 lib/
120
121
122 # Generated dir #
123 ##################
124 .deps
125 .libs
126 packaging/rpm/RPMS
127 packaging/rpm/SRPMS
128
129
130 # Doc #
131 ########
132 *.html
133 *.[14]
134 AUTHORS-SHORT
135 AUTHORS-SHORT-FORMAT
136 doxygen.cfg
137 doxygen-*.tag
138 help/faq.txt
139 pod2htm[di].tmp
140 wireshark.pod
141 docbook/developer-guide.xml
142 docbook/user-guide.xml
143 docbook/ws?g_src/WS?G_*.dbk
144 docbook/*-guide-*.fo
145 docbook/*-guide-*.pdf
146 docbook/ws?g_html/
147 docbook/ws?g_html_chunked/
148 docbook/ws?g_chm/
149 docbook/git_version.xml
150 docbook/release-notes-*.pdf
151 docbook/release-notes.txt
152 docbook/wsdg.validated
153 docbook/wsluarm
154 docbook/wsluarm_src/
155 docbook/wsug.validated
156 wsar_html/
157 wsar_html.zip
158
159 # Qt #
160 ######
161 qtshark
162 *.rcc.cpp
163 /ui/qt/__/
164 /ui/qt/*.qrc.depends
165 /ui/qt/*.pro.user
166 #/ui/qt/*.qm
167 /ui/qt/moc_*.cpp
168 /ui/qt/*.moc.cpp
169 /ui/qt/moc_*.cxx
170 /ui/qt/qrc_*.cpp
171 /ui/qt/qrc_*.cxx
172 /ui/qt/ui_*.h
173 /ui/qt/console.lua
174 /wireshark-qt*
175
176 # abi #
177 #######
178 epan/abi-check-headers/
179 epan/abi-descriptor.xml
180 filetap/abi-check-headers/
181 filetap/abi-descriptor.xml
182 wiretap/abi-check-headers/
183 wiretap/abi-descriptor.xml
184 wsutil/abi-check-headers/
185 wsutil/abi-descriptor.xml
186
187 # Windows Stuff #
188 #################
189 *.bsc
190 *.dsp
191 *.dsw
192 *.chm
193 *.exp
194 *.lib
195 *.ilk
196 *.manifest
197 *.pdb
198 *.nativecodeanalysis.xml
199 *.rc
200 !adns_dll.rc
201 !image/file_dlg_win32.rc
202 *.res
203 _libs_check_
204 /wireshark-gtk*
205 doc/ws.css
206 ui/qt/config.pri
207 packaging/nsis/all-manifest.nsh
208 packaging/nsis/gtk-dll-manifest.nsh
209
210 # Misc #
211 ########
212 *.swp
213 *~
214 .DS_Store
215 cscope.*
216 dummy.cpp
217 tags
218 TAGS
219 macosx-support-libs
220 packaging/macosx/COPYING.txt
221 packaging/macosx/Info.plist
222 packaging/macosx/osx-dmg.sh
223 packaging/macosx/Wireshark_package.pmdoc/index.xml
224 packaging/nsis/config.nsh
225 packaging/nsis/qt-dll-manifest.nsh
226 packaging/portableapps/win32/Files/
227 packaging/portableapps/win32/appinfo.ini
228 packaging/portableapps/win32/distribution.nmake
229 packaging/rpm/SPECS/wireshark.spec
230 packaging/svr4/checkinstall
231 packaging/svr4/pkginfo