STEP03 add dissect_kerberos_PA_SUPPORTED_ENCTYPES
[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/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 # abi #
116 #######
117 epan/abi-check-headers/
118 epan/abi-descriptor.xml
119 wiretap/abi-check-headers/
120 wiretap/abi-descriptor.xml
121 wsutil/abi-check-headers/
122 wsutil/abi-descriptor.xml
123
124 # Windows Stuff #
125 #################
126 *.bsc
127 *.dir/
128 *.dsp
129 *.dsw
130 *.chm
131 *.exp
132 *.lib
133 *.ilk
134 *.manifest
135 *.pdb
136 *.nativecodeanalysis.xml
137 *.rc
138 !image/file_dlg_win32.rc
139 *.res
140 *.vcxproj*
141 /Copying.txt
142 /News.txt
143 /README.txt
144 /README.windows.txt
145 Win32/
146 Wireshark.opensdf
147 Wireshark.sdf
148 Wireshark.sln
149 Wireshark.*.suo
150 x64/
151 _libs_check_
152 doc/ws.css
153 packaging/nsis/all-manifest.nsh
154 /packaging/portableapps/WiresharkPortable/
155 /zlib/
156 wireshark-win??-libs*/
157
158 # Misc #
159 ########
160 .vagrant
161 .vscode
162 .idea
163 *.swp
164 *~
165 .DS_Store
166 cscope.*
167 dummy.cpp
168 tags
169 TAGS
170 macosx-support-libs
171 packaging/macosx/COPYING.txt
172 packaging/macosx/Info.plist
173 packaging/macosx/osx-dmg.sh
174 packaging/macosx/PkgInfo
175 packaging/macosx/Wireshark_package.pmdoc/index.xml
176 packaging/nsis/config.nsh
177 packaging/nsis/qt-dll-manifest.nsh
178 packaging/portableapps/Files/
179 packaging/portableapps/appinfo.ini
180 packaging/rpm/SPECS/wireshark.spec
181 vgcore.*
182 Wireshark.*
183 .pytest_cache/
184 test/*.log