aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: fa5964e1b3124b5f7ebaef45e9d2105f9a77513b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
#
# This file is tracked by git for the wireshark repository, and thus
# should only contain ignore entries common to all wireshark developers.
# To ignore files specific to your local repository, for example files
# generated by your editor, add them to your repository exclude file
# (.git/info/exclude) or your global ~/.gitignore_global. For details
# see:
#   https://help.github.com/articles/ignoring-files
#

# Compiled or generated source #
################################
*.dll
*.exe
*.la
*.lai
*.lo
*.obj
*.pyc
*.so*
*.[oa]
*.dylib
*grammar.out
*grammar.[ch]
*scanner.c
*_dict.c
*_lex.h
init.lua
epan/declare_wslua.h
epan/dissectors/dcerpc/idl2wrs
epan/dissectors/mesa
epan/dissectors/xcbproto
epan/dissectors/packet-ncp2222.c
epan/dissectors/register-cache.pkl
epan/dissectors/register.c
epan/dtd_parse.c
epan/dtd_preparse.c
epan/packet-ncp2222.c
epan/register-cache.pkl
epan/register.c
epan/register_wslua.c
epan/taps.txt
epan/taps_wslua.c
epan/uat_load.c
epan/wslua/declare_wslua.h
epan/wslua/register_wslua.c
epan/wslua/taps.txt
epan/wslua/taps_wslua.c
epan/ps.c
ui/cli/tshark-tap-register-cache.pkl
plugin.c
plugins/mate/mate_parser.c
version.h
tools/lemon/lemon
tools/setuid-root.pl
tshark-tap-register.c
wiretap/ascend.c
wiretap/ascend.h
wiretap/k12text.c
wireshark-tap-register.c
wireshark-tap-register-cache.pkl

# Generated makefile system #
#############################
*.sym
aclocal.m4
autom4te.cache
capinfos
captype
compile
config.h
config.h.in
config.cache
config.log
config.status
configure
depcomp
dftest
dumpcap
editcap
echld_test
exntest
gitversion.h
install-sh
libtool
libtool.m4
lt~obsolete.m4
ltmain.sh
ltoptions.m4
ltsugar.m4
ltversion.m4
Makefile
Makefile.in
mergecap
missing
oids_test
randpkt
rawshark
reordercap
reassemble_test
stamp-h1
text2pcap
tfshark
tshark
tvbtest
wireshark
wmem_test
ylwrap


# CMake #
##################
CMakeCache.txt
CMakeFiles
cmake_install.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
lib/


# Generated dir #
##################
.deps
.libs
packaging/rpm/RPMS
packaging/rpm/SRPMS


# Doc #
########
*.html
*.[14]
AUTHORS-SHORT
AUTHORS-SHORT-FORMAT
doxygen.cfg
doxygen-*.tag
help/faq.txt
pod2htm[di].tmp
wireshark.pod
docbook/developer-guide.xml
docbook/user-guide.xml
docbook/ws?g_src/WS?G_*.dbk
docbook/*-guide-*.fo
docbook/*-guide-*.pdf
docbook/ws?g_html/
docbook/ws?g_html_chunked/
docbook/ws?g_chm/
docbook/git_version.xml
docbook/release-notes-*.pdf
docbook/release-notes.txt
docbook/wsdg.validated
docbook/wsluarm
docbook/wsluarm_src/
docbook/wsug.validated
wsar_html/
wsar_html.zip

# Qt #
######
qtshark
*.rcc.cpp
/ui/qt/__/
/ui/qt/*.qrc.depends
/ui/qt/*.pro.user
#/ui/qt/*.qm
/ui/qt/moc_*.cpp
/ui/qt/*.moc.cpp
/ui/qt/moc_*.cxx
/ui/qt/qrc_*.cpp
/ui/qt/qrc_*.cxx
/ui/qt/ui_*.h
/ui/qt/console.lua
/wireshark-qt*

# abi #
#######
epan/abi-check-headers/
epan/abi-descriptor.xml
filetap/abi-check-headers/
filetap/abi-descriptor.xml
wiretap/abi-check-headers/
wiretap/abi-descriptor.xml
wsutil/abi-check-headers/
wsutil/abi-descriptor.xml

# Windows Stuff #
#################
*.bsc
*.dsp
*.dsw
*.chm
*.exp
*.lib
*.ilk
*.manifest
*.pdb
*.rc
!adns_dll.rc
!image/file_dlg_win32.rc
*.res
_libs_check_
/wireshark-gtk*
doc/ws.css
ui/qt/config.pri

# Misc #
########
*.swp
*~
.DS_Store
cscope.*
dummy.cpp
tags
TAGS
macosx-support-libs
packaging/macosx/COPYING.txt
packaging/macosx/Info.plist
packaging/macosx/osx-dmg.sh
packaging/macosx/Wireshark_package.pmdoc/index.xml
packaging/nsis/qt-dll-manifest.nsh
packaging/portableapps/win32/Files/
packaging/portableapps/win32/appinfo.ini
packaging/portableapps/win32/distribution.nmake
packaging/rpm/SPECS/wireshark.spec
packaging/svr4/checkinstall
packaging/svr4/pkginfo