packet-ldap: fix regression for SASL handling
[wireshark-sm.git] / .gitignore
blob3d7e989d29f2cae0acb5d9633e926eeeafd2fa18
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
11 # Note that this affects tools other than git. For example, ripgrep (rg)
12 # and The Silver Searcher (ag) will obey this file by default.
14 # Compiled or generated source #
15 ################################
16 *.dll
17 *.exe
18 *.la
19 *.lai
20 *.lo
21 *.obj
22 *.pyc
23 *.so*
24 *.[oa]
25 *.dylib
26 *grammar.out
27 *grammar.[ch]
28 *scanner.c
29 *_dict.c
30 *_lex.h
31 init.lua
32 epan/dissectors/dcerpc/idl2wrs
33 epan/dissectors/dcerpc/*/packet-dcerpc-*.[hc]
34 epan/dissectors/mesa
35 epan/dissectors/xcbproto
36 epan/dissectors/packet-ncp2222.c
37 epan/dissectors/dissectors.c
38 epan/dissectors/dissectors.in.txt
39 epan/dtd_parse.c
40 epan/dtd_preparse.c
41 epan/uat_load.c
42 epan/wslua/declare_wslua.h
43 epan/wslua/register_wslua.c
44 epan/wslua/taps.txt
45 epan/wslua/taps_wslua.c
46 epan/ps.c
47 plugins/epan/*/plugin.c
48 plugins/wiretap/*/plugin.c
49 plugins/codecs/*/plugin.c
50 plugins/epan/mate/mate_parser.c
51 tools/lemon/lemon
52 tshark-tap-register.c
53 wiretap/ascend.c
54 wiretap/ascend.h
55 wiretap/k12text.c
56 wireshark-tap-register.c
58 # CMake #
59 ##################
60 /*build*/
61 CMakeCache.txt
62 CMakeFiles
63 CMakeLists.txt.user*
64 cmake_install.cmake
65 CPackConfig.cmake
66 CPackSourceConfig.cmake
67 lib/
68 WiresharkConfig.cmake
69 WiresharkConfigVersion.cmake
70 wireshark.pc
71 run/
72 build.ninja
73 rules.ninja
74 .ninja_deps
75 .ninja_log
76 epan/dissectors/asn1/*/*-stamp
77 epan/dissectors/pidl/*-stamp
78 epan/dissectors/dcerpc/*-stamp
80 # Doc #
81 ########
82 *.html
83 *.[14]
84 AUTHORS.git
85 AUTHORS-SHORT
86 AUTHORS-SHORT-FORMAT
87 help/faq.txt
88 pod2htm[di].tmp
89 wireshark.pod
90 docbook/developer-guide-toc.hhc
91 docbook/developer-guide.hhp
92 docbook/developer-guide*.xml
93 docbook/user-guide-toc.hhc
94 docbook/user-guide.hhp
95 docbook/user-guide*.xml
96 docbook/*-guide-*.pdf
97 docbook/ws?g_html/
98 docbook/ws?g_html_chunked/
99 docbook/ws?g_chm/
100 docbook/release-notes-*.pdf
101 docbook/release-notes.txt
102 docbook/wsluarm
103 docbook/wsluarm_src/
104 wsar_html/
105 wsar_html.zip
107 # Qt #
108 ######
109 /ui/qt/__/
110 /ui/qt/*.qm
111 /ui/qt/**/moc_*.cpp
112 /ui/qt/i18n.qrc
113 /ui/qt/qrc_*.cpp
114 /ui/qt/ui_*.h
115 /ui/qt/console.lua
116 /wireshark-qt*
118 # Windows Stuff #
119 #################
120 *.bsc
121 *.dir/
122 *.dsp
123 *.dsw
124 *.chm
125 *.exp
126 *.lib
127 *.ilk
128 *.manifest
129 *.pdb
130 *.nativecodeanalysis.xml
131 *.rc
132 !file_dlg_win32.rc
133 *.res
134 *.vcxproj*
135 /Copying.txt
136 /News.txt
137 /README.txt
138 /README.windows.txt
139 Win32/
140 Wireshark.opensdf
141 Wireshark.sdf
142 Wireshark.sln
143 Wireshark.*.suo
144 x64/
145 _libs_check_
146 doc/ws.css
147 packaging/nsis/all-manifest.nsh
148 /packaging/portableapps/WiresharkPortable/
149 wireshark-win??-libs*/
151 # Misc #
152 ########
153 .vagrant
154 .vscode
155 .idea
156 *.swp
158 .DS_Store
159 cscope.*
160 tags
161 TAGS
162 macosx-support-libs
163 packaging/macosx/Info.plist
164 packaging/macosx/osx-dmg.sh
165 packaging/macosx/PkgInfo
166 packaging/nsis/config.nsh
167 packaging/nsis/qt-dll-manifest.nsh
168 packaging/portableapps/Files/
169 packaging/portableapps/appinfo.ini
170 vgcore.*
171 .pytest_cache/
172 test/*.log