6lowpan: fix reassembly for forwarded packets
[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
60 # CMake #
61 ##################
62 CMakeCache.txt
63 CMakeFiles
64 CMakeLists.txt.user*
65 cmake_install.cmake
66 CPackConfig.cmake
67 CPackSourceConfig.cmake
68 lib/
69 WiresharkConfig.cmake
70 WiresharkConfigVersion.cmake
71 wireshark.pc
72 run/
73 build.ninja
74 rules.ninja
75 .ninja_deps
76 .ninja_log
77 epan/dissectors/asn1/*/*-stamp
78 epan/dissectors/pidl/*-stamp
79 epan/dissectors/dcerpc/*-stamp
80
81 # Doc #
82 ########
83 *.html
84 *.[14]
85 AUTHORS.git
86 AUTHORS-SHORT
87 AUTHORS-SHORT-FORMAT
88 help/faq.txt
89 pod2htm[di].tmp
90 wireshark.pod
91 docbook/developer-guide-toc.hhc
92 docbook/developer-guide.hhp
93 docbook/developer-guide*.xml
94 docbook/user-guide-toc.hhc
95 docbook/user-guide.hhp
96 docbook/user-guide*.xml
97 docbook/ws?g_src/WS?G_*.dbk
98 docbook/*-guide-*.fo
99 docbook/*-guide-*.pdf
100 docbook/ws?g_html/
101 docbook/ws?g_html_chunked/
102 docbook/ws?g_chm/
103 docbook/release-notes-*.pdf
104 docbook/release-notes.txt
105 docbook/wsluarm
106 docbook/wsluarm_src/
107 wsar_html/
108 wsar_html.zip
109
110 # Qt #
111 ######
112 qtshark
113 /ui/qt/__/
114 /ui/qt/*.qrc.depends
115 /ui/qt/*.pro.user
116 /ui/qt/*.qm
117 /ui/qt/**/moc_*.cpp
118 /ui/qt/**/moc_*.cpp_parameters
119 /ui/qt/**/*.moc.cpp
120 /ui/qt/**/*.rcc.cpp
121 /ui/qt/**/moc_*.cxx
122 /ui/qt/i18n.qrc
123 /ui/qt/qrc_*.cpp
124 /ui/qt/qrc_*.cxx
125 /ui/qt/ui_*.h
126 /ui/qt/console.lua
127 /wireshark-qt*
128
129 # abi #
130 #######
131 epan/abi-check-headers/
132 epan/abi-descriptor.xml
133 wiretap/abi-check-headers/
134 wiretap/abi-descriptor.xml
135 wsutil/abi-check-headers/
136 wsutil/abi-descriptor.xml
137
138 # Windows Stuff #
139 #################
140 *.bsc
141 *.dir/
142 *.dsp
143 *.dsw
144 *.chm
145 *.exp
146 *.lib
147 *.ilk
148 *.manifest
149 *.pdb
150 *.nativecodeanalysis.xml
151 *.rc
152 !image/file_dlg_win32.rc
153 *.res
154 *.vcxproj*
155 /Copying.txt
156 /News.txt
157 /README.txt
158 /README.windows.txt
159 Win32/
160 Wireshark.opensdf
161 Wireshark.sdf
162 Wireshark.sln
163 Wireshark.*.suo
164 x64/
165 _libs_check_
166 doc/ws.css
167 ui/qt/config.pri
168 packaging/nsis/all-manifest.nsh
169 /packaging/portableapps/WiresharkPortable/
170 /zlib/
171
172 # Misc #
173 ########
174 .vagrant
175 .vscode
176 *.swp
177 *~
178 .DS_Store
179 cscope.*
180 dummy.cpp
181 tags
182 TAGS
183 macosx-support-libs
184 packaging/macosx/COPYING.txt
185 packaging/macosx/Info.plist
186 packaging/macosx/osx-dmg.sh
187 packaging/macosx/PkgInfo
188 packaging/macosx/Wireshark_package.pmdoc/index.xml
189 packaging/nsis/config.nsh
190 packaging/nsis/qt-dll-manifest.nsh
191 packaging/portableapps/Files/
192 packaging/portableapps/appinfo.ini
193 packaging/rpm/SPECS/wireshark.spec
194 vgcore.*
195 Wireshark.*
196 .pytest_cache/
197 test/*.log