drsuapi_SupportedExtensionsExt
[wireshark-sm.git] / .gitignore
blob3b30a00f0b948d983c3a7b5fedd73e26d8d39e44
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 *.so.*
25 *.[oa]
26 *.dylib
27 *grammar.out
28 *grammar.[ch]
29 *scanner.c
30 *_dict.c
31 *_lex.h
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 CMakeUserPresets.json
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 doc/man_pages/*.html
83 doc/man_pages/*.[14]
84 doc/developer-guide*.xml
85 doc/user-guide*.xml
86 doc/*-guide-*.pdf
87 doc/ws?g_html/
88 doc/ws?g_html_chunked/
89 doc/release-notes-*.pdf
90 doc/release-notes.html
91 doc/release-notes.txt
92 doc/wsluarm
93 doc/wsluarm_src/
94 wsar_html/
95 wsar_html.zip
97 # Qt #
98 ######
99 /ui/qt/__/
100 /ui/qt/*.qm
101 /ui/qt/**/moc_*.cpp
102 /ui/qt/i18n.qrc
103 /ui/qt/qrc_*.cpp
104 /ui/qt/ui_*.h
105 *.ui.autosave
107 # Windows Stuff #
108 #################
109 *.bsc
110 *.dir/
111 *.dsp
112 *.dsw
113 *.exp
114 *.lib
115 *.ilk
116 *.manifest
117 *.pdb
118 *.nativecodeanalysis.xml
119 *.rc
120 !file_dlg_win32.rc
121 *.res
122 *.vcxproj*
123 /Copying.txt
124 /News.txt
125 /README.txt
126 /README.windows.txt
127 Wireshark.opensdf
128 Wireshark.sdf
129 Wireshark.sln
130 Wireshark.*.suo
131 packaging/nsis/all-manifest.nsh
132 packaging/nsis/config.nsh
133 packaging/nsis/qt-dll-manifest.nsh
134 packaging/portableapps/WiresharkPortable/
135 packaging/portableapps/Files/
136 packaging/portableapps/appinfo.ini
137 wireshark-win??-libs*/
139 # macOS Stuff
140 .DS_Store
141 macosx-support-libs
142 packaging/macosx/Info.plist
143 packaging/macosx/osx-dmg.sh
144 packaging/macosx/PkgInfo
146 # clangd #
147 ##########
148 .cache
149 compile_commands.json
151 # Qt Creator
152 CMakeLists.txt.user*
154 # Debian packaging
155 /debian/
157 # Misc #
158 ########
159 .vagrant
160 .vscode
161 .idea
162 *.sw?
164 cscope.*
165 tags
166 TAGS
167 vgcore.*
168 .pytest_cache/
169 test/*.log
170 *.code-workspace
171 __pycache__/