Revert "TODO: smb2: simplify preauth_hash calculation..."
[wireshark-sm.git] / .gitignore
blobb316b1046b65889e10827fa9b35c298bd985ad08
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 epan/dissectors/dcerpc/idl2wrs
32 epan/dissectors/dcerpc/*/packet-dcerpc-*.[hc]
33 epan/dissectors/mesa
34 epan/dissectors/xcbproto
35 epan/dissectors/packet-ncp2222.c
36 epan/dissectors/dissectors.c
37 epan/dissectors/dissectors.in.txt
38 epan/dtd_parse.c
39 epan/dtd_preparse.c
40 epan/uat_load.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 tools/lemon/lemon
51 tshark-tap-register.c
52 wiretap/ascend.c
53 wiretap/ascend.h
54 wiretap/k12text.c
55 wireshark-tap-register.c
57 # CMake #
58 ##################
59 /*build*/
60 CMakeCache.txt
61 CMakeFiles
62 CMakeUserPresets.json
63 cmake_install.cmake
64 CPackConfig.cmake
65 CPackSourceConfig.cmake
66 lib/
67 WiresharkConfig.cmake
68 WiresharkConfigVersion.cmake
69 wireshark.pc
70 run/
71 build.ninja
72 rules.ninja
73 .ninja_deps
74 .ninja_log
75 epan/dissectors/asn1/*/*-stamp
76 epan/dissectors/pidl/*-stamp
77 epan/dissectors/dcerpc/*-stamp
79 # Doc #
80 ########
81 doc/*.html
82 doc/*.[14]
83 doc/ws.css
84 docbook/developer-guide*.xml
85 docbook/user-guide*.xml
86 docbook/*-guide-*.pdf
87 docbook/ws?g_html/
88 docbook/ws?g_html_chunked/
89 docbook/release-notes-*.pdf
90 docbook/release-notes.txt
91 docbook/wsluarm
92 docbook/wsluarm_src/
93 wsar_html/
94 wsar_html.zip
96 # Qt #
97 ######
98 /ui/qt/__/
99 /ui/qt/*.qm
100 /ui/qt/**/moc_*.cpp
101 /ui/qt/i18n.qrc
102 /ui/qt/qrc_*.cpp
103 /ui/qt/ui_*.h
104 *.ui.autosave
106 # Windows Stuff #
107 #################
108 *.bsc
109 *.dir/
110 *.dsp
111 *.dsw
112 *.exp
113 *.lib
114 *.ilk
115 *.manifest
116 *.pdb
117 *.nativecodeanalysis.xml
118 *.rc
119 !file_dlg_win32.rc
120 *.res
121 *.vcxproj*
122 /Copying.txt
123 /News.txt
124 /README.txt
125 /README.windows.txt
126 Wireshark.opensdf
127 Wireshark.sdf
128 Wireshark.sln
129 Wireshark.*.suo
130 packaging/nsis/all-manifest.nsh
131 packaging/nsis/config.nsh
132 packaging/nsis/qt-dll-manifest.nsh
133 packaging/portableapps/WiresharkPortable/
134 packaging/portableapps/Files/
135 packaging/portableapps/appinfo.ini
136 wireshark-win??-libs*/
138 # macOS Stuff
139 .DS_Store
140 macosx-support-libs
141 packaging/macosx/Info.plist
142 packaging/macosx/osx-dmg.sh
143 packaging/macosx/PkgInfo
145 # clangd #
146 ##########
147 .cache
148 compile_commands.json
150 # Qt Creator
151 CMakeLists.txt.user*
153 # Debian packaging
154 /debian/
156 # Misc #
157 ########
158 .vagrant
159 .vscode
160 .idea
161 *.sw?
163 cscope.*
164 tags
165 TAGS
166 vgcore.*
167 .pytest_cache/
168 test/*.log
169 *.code-workspace
170 __pycache__/