http2: fix build without nghttp2
[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/version_info.c
40 epan/wslua/declare_wslua.h
41 epan/wslua/register_wslua.c
42 epan/wslua/taps.txt
43 epan/wslua/taps_wslua.c
44 epan/ps.c
45 plugins/epan/*/plugin.c
46 plugins/wiretap/*/plugin.c
47 plugins/codecs/*/plugin.c
48 plugins/epan/mate/mate_parser.c
49 tools/lemon/lemon
50 tshark-tap-register.c
51 wiretap/ascend.c
52 wiretap/ascend.h
53 wiretap/k12text.c
54 wiretap/version_info.c
55 wireshark-tap-register.c
56
57 # CMake #
58 ##################
59 CMakeCache.txt
60 CMakeFiles
61 CMakeLists.txt.user*
62 cmake_install.cmake
63 CPackConfig.cmake
64 CPackSourceConfig.cmake
65 lib/
66 WiresharkConfig.cmake
67 WiresharkConfigVersion.cmake
68 wireshark.pc
69 run/
70 build.ninja
71 rules.ninja
72 .ninja_deps
73 .ninja_log
74 epan/dissectors/asn1/*/*-stamp
75 epan/dissectors/pidl/*-stamp
76 epan/dissectors/dcerpc/*-stamp
77
78 # Doc #
79 ########
80 *.html
81 *.[14]
82 AUTHORS.git
83 AUTHORS-SHORT
84 AUTHORS-SHORT-FORMAT
85 help/faq.txt
86 pod2htm[di].tmp
87 wireshark.pod
88 docbook/developer-guide-toc.hhc
89 docbook/developer-guide.hhp
90 docbook/developer-guide*.xml
91 docbook/user-guide-toc.hhc
92 docbook/user-guide.hhp
93 docbook/user-guide*.xml
94 docbook/*-guide-*.pdf
95 docbook/ws?g_html/
96 docbook/ws?g_html_chunked/
97 docbook/ws?g_chm/
98 docbook/release-notes-*.pdf
99 docbook/release-notes.txt
100 docbook/wsluarm
101 docbook/wsluarm_src/
102 wsar_html/
103 wsar_html.zip
104
105 # Qt #
106 ######
107 /ui/qt/__/
108 /ui/qt/*.qm
109 /ui/qt/**/moc_*.cpp
110 /ui/qt/i18n.qrc
111 /ui/qt/qrc_*.cpp
112 /ui/qt/ui_*.h
113 /ui/qt/console.lua
114 /wireshark-qt*
115
116 # abi #
117 #######
118 epan/abi-check-headers/
119 epan/abi-descriptor.xml
120 wiretap/abi-check-headers/
121 wiretap/abi-descriptor.xml
122 wsutil/abi-check-headers/
123 wsutil/abi-descriptor.xml
124
125 # Windows Stuff #
126 #################
127 *.bsc
128 *.dir/
129 *.dsp
130 *.dsw
131 *.chm
132 *.exp
133 *.lib
134 *.ilk
135 *.manifest
136 *.pdb
137 *.nativecodeanalysis.xml
138 *.rc
139 !image/file_dlg_win32.rc
140 *.res
141 *.vcxproj*
142 /Copying.txt
143 /News.txt
144 /README.txt
145 /README.windows.txt
146 Win32/
147 Wireshark.opensdf
148 Wireshark.sdf
149 Wireshark.sln
150 Wireshark.*.suo
151 x64/
152 _libs_check_
153 doc/ws.css
154 packaging/nsis/all-manifest.nsh
155 /packaging/portableapps/WiresharkPortable/
156 /zlib/
157 wireshark-win??-libs*/
158
159 # Misc #
160 ########
161 .vagrant
162 .vscode
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