aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 5729d5e4eca86986e9f976914ca1a562611738be (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
#
# 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
#

# Note that this affects tools other than git. For example, ripgrep (rg)
# and The Silver Searcher (ag) will obey this file by default.

# 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/dissectors/dcerpc/idl2wrs
epan/dissectors/dcerpc/*/packet-dcerpc-*.[hc]
epan/dissectors/mesa
epan/dissectors/xcbproto
epan/dissectors/packet-ncp2222.c
epan/dissectors/dissectors.c
epan/dissectors/dissectors.in.txt
epan/dtd_parse.c
epan/dtd_preparse.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
plugins/epan/*/plugin.c
plugins/wiretap/*/plugin.c
plugins/codecs/*/plugin.c
plugins/epan/mate/mate_parser.c
tools/lemon/lemon
tshark-tap-register.c
wiretap/ascend.c
wiretap/ascend.h
wiretap/k12text.c
wireshark-tap-register.c

# CMake #
##################
/*build*/
CMakeCache.txt
CMakeFiles
CMakeUserPresets.json
cmake_install.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
lib/
WiresharkConfig.cmake
WiresharkConfigVersion.cmake
wireshark.pc
run/
build.ninja
rules.ninja
.ninja_deps
.ninja_log
epan/dissectors/asn1/*/*-stamp
epan/dissectors/pidl/*-stamp
epan/dissectors/dcerpc/*-stamp

# Doc #
########
doc/*.html
doc/*.[14]
doc/ws.css
docbook/developer-guide*.xml
docbook/user-guide*.xml
docbook/*-guide-*.pdf
docbook/ws?g_html/
docbook/ws?g_html_chunked/
docbook/release-notes-*.pdf
docbook/release-notes.txt
docbook/wsluarm
docbook/wsluarm_src/
wsar_html/
wsar_html.zip

# Qt #
######
/ui/qt/__/
/ui/qt/*.qm
/ui/qt/**/moc_*.cpp
/ui/qt/i18n.qrc
/ui/qt/qrc_*.cpp
/ui/qt/ui_*.h
/ui/qt/console.lua
*.ui.autosave

# Windows Stuff #
#################
*.bsc
*.dir/
*.dsp
*.dsw
*.exp
*.lib
*.ilk
*.manifest
*.pdb
*.nativecodeanalysis.xml
*.rc
!file_dlg_win32.rc
*.res
*.vcxproj*
/Copying.txt
/News.txt
/README.txt
/README.windows.txt
Wireshark.opensdf
Wireshark.sdf
Wireshark.sln
Wireshark.*.suo
packaging/nsis/all-manifest.nsh
packaging/nsis/config.nsh
packaging/nsis/qt-dll-manifest.nsh
packaging/portableapps/WiresharkPortable/
packaging/portableapps/Files/
packaging/portableapps/appinfo.ini
wireshark-win??-libs*/

# macOS Stuff
.DS_Store
macosx-support-libs
packaging/macosx/Info.plist
packaging/macosx/osx-dmg.sh
packaging/macosx/PkgInfo

# clangd #
##########
.cache
compile_commands.json

# Qt Creator
CMakeLists.txt.user*

# Debian packaging
/debian/

# Misc #
########
.vagrant
.vscode
.idea
*.swp
*~
cscope.*
tags
TAGS
vgcore.*
.pytest_cache/
test/*.log
*.code-workspace