Use rel_time_to_secs_str() to format a time delta.
[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/*-guide-*.pdf
98 docbook/ws?g_html/
99 docbook/ws?g_html_chunked/
100 docbook/ws?g_chm/
101 docbook/release-notes-*.pdf
102 docbook/release-notes.txt
103 docbook/wsluarm
104 docbook/wsluarm_src/
105 wsar_html/
106 wsar_html.zip
107
108 # Qt #
109 ######
110 /ui/qt/__/
111 /ui/qt/*.qm
112 /ui/qt/**/moc_*.cpp
113 /ui/qt/i18n.qrc
114 /ui/qt/qrc_*.cpp
115 /ui/qt/ui_*.h
116 /ui/qt/console.lua
117 /wireshark-qt*
118
119 # abi #
120 #######
121 epan/abi-check-headers/
122 epan/abi-descriptor.xml
123 wiretap/abi-check-headers/
124 wiretap/abi-descriptor.xml
125 wsutil/abi-check-headers/
126 wsutil/abi-descriptor.xml
127
128 # Windows Stuff #
129 #################
130 *.bsc
131 *.dir/
132 *.dsp
133 *.dsw
134 *.chm
135 *.exp
136 *.lib
137 *.ilk
138 *.manifest
139 *.pdb
140 *.nativecodeanalysis.xml
141 *.rc
142 !image/file_dlg_win32.rc
143 *.res
144 *.vcxproj*
145 /Copying.txt
146 /News.txt
147 /README.txt
148 /README.windows.txt
149 Win32/
150 Wireshark.opensdf
151 Wireshark.sdf
152 Wireshark.sln
153 Wireshark.*.suo
154 x64/
155 _libs_check_
156 doc/ws.css
157 packaging/nsis/all-manifest.nsh
158 /packaging/portableapps/WiresharkPortable/
159 /zlib/
160
161 # Misc #
162 ########
163 .vagrant
164 .vscode
165 *.swp
166 *~
167 .DS_Store
168 cscope.*
169 dummy.cpp
170 tags
171 TAGS
172 macosx-support-libs
173 packaging/macosx/COPYING.txt
174 packaging/macosx/Info.plist
175 packaging/macosx/osx-dmg.sh
176 packaging/macosx/PkgInfo
177 packaging/macosx/Wireshark_package.pmdoc/index.xml
178 packaging/nsis/config.nsh
179 packaging/nsis/qt-dll-manifest.nsh
180 packaging/portableapps/Files/
181 packaging/portableapps/appinfo.ini
182 packaging/rpm/SPECS/wireshark.spec
183 vgcore.*
184 Wireshark.*
185 .pytest_cache/
186 test/*.log