ddbc038d6bf553e0b03ed4eac00695134b049a89
[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/declare_wslua.h
30 epan/dissectors/dcerpc/idl2wrs
31 epan/dissectors/mesa
32 epan/dissectors/xcbproto
33 epan/dissectors/packet-ncp2222.c
34 epan/dissectors/register-cache.pkl
35 epan/dissectors/register.c
36 epan/dtd_parse.c
37 epan/dtd_preparse.c
38 epan/packet-ncp2222.c
39 epan/register-cache.pkl
40 epan/register.c
41 epan/register_wslua.c
42 epan/taps.txt
43 epan/taps_wslua.c
44 epan/uat_load.c
45 epan/wslua/declare_wslua.h
46 epan/wslua/register_wslua.c
47 epan/wslua/taps.txt
48 epan/wslua/taps_wslua.c
49 epan/ps.c
50 ui/cli/tshark-tap-register-cache.pkl
51 plugin.c
52 plugins/mate/mate_parser.c
53 version.h
54 tools/lemon/lemon
55 tools/setuid-root.pl
56 tshark-tap-register.c
57 wiretap/ascend.c
58 wiretap/ascend.h
59 wiretap/k12text.c
60 wireshark-tap-register.c
61 wireshark-tap-register-cache.pkl
62 ui/gtk/wireshark-gresources.c
63 ui/gtk/wireshark-gresources.h
64
65 # Generated makefile system #
66 #############################
67 .dirstamp
68 *.sym
69 aclocal.m4
70 androiddump
71 autom4te.cache
72 capinfos
73 captype
74 compile
75 config.h
76 config.h.in
77 config.cache
78 config.log
79 config.status
80 configure
81 depcomp
82 dftest
83 dumpcap
84 editcap
85 echld_test
86 exntest
87 install-sh
88 libtool
89 libtool.m4
90 lt~obsolete.m4
91 ltmain.sh
92 ltoptions.m4
93 ltsugar.m4
94 ltversion.m4
95 Makefile
96 Makefile.in
97 mergecap
98 missing
99 oids_test
100 randpkt
101 randpktdump
102 rawshark
103 reordercap
104 reassemble_test
105 sshdump
106 stamp-h1
107 text2pcap
108 tfshark
109 tshark
110 tvbtest
111 wireshark
112 wmem_test
113 ylwrap
114
115
116 # CMake #
117 ##################
118 CMakeCache.txt
119 CMakeFiles
120 CMakeLists.txt.user*
121 cmake_install.cmake
122 CPackConfig.cmake
123 CPackSourceConfig.cmake
124 lib/
125 WiresharkConfig.cmake
126 WiresharkConfigVersion.cmake
127 epan/_regc.tmp
128 wireshark.pc
129 run/
130 tshark-tap-register-cache.pkl
131 build.ninja
132 rules.ninja
133 .ninja_deps
134 .ninja_log
135 asn1/*/*-stamp
136
137
138 # Generated dir #
139 ##################
140 .deps
141 .libs
142 packaging/rpm/RPMS
143 packaging/rpm/SRPMS
144
145
146 # Doc #
147 ########
148 *.html
149 *.[14]
150 AUTHORS.git
151 AUTHORS-SHORT
152 AUTHORS-SHORT-FORMAT
153 doxygen.cfg
154 doxygen-*.tag
155 help/faq.txt
156 pod2htm[di].tmp
157 wireshark.pod
158 docbook/developer-guide-toc.hhc
159 docbook/developer-guide.hhp
160 docbook/developer-guide*.xml
161 docbook/user-guide-toc.hhc
162 docbook/user-guide.hhp
163 docbook/user-guide*.xml
164 docbook/ws?g_src/WS?G_*.dbk
165 docbook/*-guide-*.fo
166 docbook/*-guide-*.pdf
167 docbook/ws?g_html/
168 docbook/ws?g_html_chunked/
169 docbook/ws?g_chm/
170 docbook/release-notes-*.pdf
171 docbook/release-notes.txt
172 docbook/wsluarm
173 docbook/wsluarm_src/
174 wsar_html/
175 wsar_html.zip
176
177 # Qt #
178 ######
179 qtshark
180 /ui/qt/__/
181 /ui/qt/*.qrc.depends
182 /ui/qt/*.pro.user
183 #/ui/qt/*.qm
184 /ui/qt/moc_*.cpp
185 /ui/qt/moc_*.cpp_parameters
186 /ui/qt/*.moc.cpp
187 /ui/qt/*.rcc.cpp
188 /ui/qt/moc_*.cxx
189 /ui/qt/qrc_*.cpp
190 /ui/qt/qrc_*.cxx
191 /ui/qt/ui_*.h
192 /ui/qt/console.lua
193 /wireshark-qt*
194
195 # abi #
196 #######
197 epan/abi-check-headers/
198 epan/abi-descriptor.xml
199 wiretap/abi-check-headers/
200 wiretap/abi-descriptor.xml
201 wsutil/abi-check-headers/
202 wsutil/abi-descriptor.xml
203
204 # Windows Stuff #
205 #################
206 *.bsc
207 *.dir/
208 *.dsp
209 *.dsw
210 *.chm
211 *.exp
212 *.lib
213 *.ilk
214 *.manifest
215 *.pdb
216 *.nativecodeanalysis.xml
217 *.rc
218 !image/file_dlg_win32.rc
219 *.res
220 *.vcxproj*
221 /Copying.txt
222 /News.txt
223 /README.txt
224 /README.windows.txt
225 Win32/
226 Wireshark.opensdf
227 Wireshark.sdf
228 Wireshark.sln
229 Wireshark.*.suo
230 x64/
231 _libs_check_
232 /wireshark-gtk*
233 doc/ws.css
234 ui/qt/config.pri
235 packaging/nsis/all-manifest.nsh
236 packaging/nsis/gtk-dll-manifest.nsh
237 /packaging/portableapps/WiresharkPortable/
238 /zlib/
239
240 # Misc #
241 ########
242 .vagrant
243 *.swp
244 *~
245 .DS_Store
246 cscope.*
247 dummy.cpp
248 tags
249 TAGS
250 macosx-support-libs
251 packaging/macosx/COPYING.txt
252 packaging/macosx/Info.plist
253 packaging/macosx/osx-dmg.sh
254 packaging/macosx/Wireshark_package.pmdoc/index.xml
255 packaging/nsis/config.nsh
256 packaging/nsis/qt-dll-manifest.nsh
257 packaging/portableapps/Files/
258 packaging/portableapps/appinfo.ini
259 packaging/portableapps/distribution.nmake
260 packaging/rpm/SPECS/wireshark.spec
261 packaging/svr4/checkinstall
262 packaging/svr4/pkginfo
263 vgcore.*