Show answers a line at a time, after the request frame and time delta.
[gd/wireshark/.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/dtd_parse.c
37 epan/dtd_preparse.c
38 epan/uat_load.c
39 epan/wslua/declare_wslua.h
40 epan/wslua/register_wslua.c
41 epan/wslua/taps.txt
42 epan/wslua/taps_wslua.c
43 epan/ps.c
44 plugins/epan/*/plugin.c
45 plugins/wiretap/*/plugin.c
46 plugins/codecs/*/plugin.c
47 plugins/epan/mate/mate_parser.c
48 tools/lemon/lemon
49 tshark-tap-register.c
50 wiretap/ascend.c
51 wiretap/ascend.h
52 wiretap/k12text.c
53 wireshark-tap-register.c
54
55 # CMake #
56 ##################
57 cmake-build-*/
58 CMakeCache.txt
59 CMakeFiles
60 CMakeLists.txt.user*
61 cmake_install.cmake
62 CPackConfig.cmake
63 CPackSourceConfig.cmake
64 lib/
65 WiresharkConfig.cmake
66 WiresharkConfigVersion.cmake
67 wireshark.pc
68 run/
69 build.ninja
70 rules.ninja
71 .ninja_deps
72 .ninja_log
73 epan/dissectors/asn1/*/*-stamp
74 epan/dissectors/pidl/*-stamp
75 epan/dissectors/dcerpc/*-stamp
76
77 # Doc #
78 ########
79 *.html
80 *.[14]
81 AUTHORS.git
82 AUTHORS-SHORT
83 AUTHORS-SHORT-FORMAT
84 help/faq.txt
85 pod2htm[di].tmp
86 wireshark.pod
87 docbook/developer-guide-toc.hhc
88 docbook/developer-guide.hhp
89 docbook/developer-guide*.xml
90 docbook/user-guide-toc.hhc
91 docbook/user-guide.hhp
92 docbook/user-guide*.xml
93 docbook/*-guide-*.pdf
94 docbook/ws?g_html/
95 docbook/ws?g_html_chunked/
96 docbook/ws?g_chm/
97 docbook/release-notes-*.pdf
98 docbook/release-notes.txt
99 docbook/wsluarm
100 docbook/wsluarm_src/
101 wsar_html/
102 wsar_html.zip
103
104 # Qt #
105 ######
106 /ui/qt/__/
107 /ui/qt/*.qm
108 /ui/qt/**/moc_*.cpp
109 /ui/qt/i18n.qrc
110 /ui/qt/qrc_*.cpp
111 /ui/qt/ui_*.h
112 /ui/qt/console.lua
113 /wireshark-qt*
114
115 # Windows Stuff #
116 #################
117 *.bsc
118 *.dir/
119 *.dsp
120 *.dsw
121 *.chm
122 *.exp
123 *.lib
124 *.ilk
125 *.manifest
126 *.pdb
127 *.nativecodeanalysis.xml
128 *.rc
129 !image/file_dlg_win32.rc
130 *.res
131 *.vcxproj*
132 /Copying.txt
133 /News.txt
134 /README.txt
135 /README.windows.txt
136 Win32/
137 Wireshark.opensdf
138 Wireshark.sdf
139 Wireshark.sln
140 Wireshark.*.suo
141 x64/
142 _libs_check_
143 doc/ws.css
144 packaging/nsis/all-manifest.nsh
145 /packaging/portableapps/WiresharkPortable/
146 /zlib/
147 wireshark-win??-libs*/
148
149 # Misc #
150 ########
151 .vagrant
152 .vscode
153 .idea
154 *.swp
155 *~
156 .DS_Store
157 cscope.*
158 dummy.cpp
159 tags
160 TAGS
161 macosx-support-libs
162 packaging/macosx/COPYING.txt
163 packaging/macosx/Info.plist
164 packaging/macosx/osx-dmg.sh
165 packaging/macosx/PkgInfo
166 packaging/macosx/Wireshark_package.pmdoc/index.xml
167 packaging/nsis/config.nsh
168 packaging/nsis/qt-dll-manifest.nsh
169 packaging/portableapps/Files/
170 packaging/portableapps/appinfo.ini
171 packaging/rpm/SPECS/wireshark.spec
172 vgcore.*
173 Wireshark.*
174 .pytest_cache/
175 test/*.log