X11 generator: avoid extraneous parens in conditionals.
[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
63 # Generated makefile system #
64 #############################
65 .dirstamp
66 *.sym
67 aclocal.m4
68 androiddump
69 autom4te.cache
70 capinfos
71 captype
72 compile
73 config.h
74 config.h.in
75 config.cache
76 config.log
77 config.status
78 configure
79 depcomp
80 dftest
81 dumpcap
82 editcap
83 echld_test
84 exntest
85 install-sh
86 libtool
87 libtool.m4
88 lt~obsolete.m4
89 ltmain.sh
90 ltoptions.m4
91 ltsugar.m4
92 ltversion.m4
93 Makefile
94 Makefile.in
95 mergecap
96 missing
97 oids_test
98 randpkt
99 rawshark
100 reordercap
101 reassemble_test
102 stamp-h1
103 text2pcap
104 tfshark
105 tshark
106 tvbtest
107 wireshark
108 wmem_test
109 ylwrap
110
111
112 # CMake #
113 ##################
114 CMakeCache.txt
115 CMakeFiles
116 cmake_install.cmake
117 CPackConfig.cmake
118 CPackSourceConfig.cmake
119 lib/
120
121
122 # Generated dir #
123 ##################
124 .deps
125 .libs
126 packaging/rpm/RPMS
127 packaging/rpm/SRPMS
128
129
130 # Doc #
131 ########
132 *.html
133 *.[14]
134 AUTHORS-SHORT
135 AUTHORS-SHORT-FORMAT
136 doxygen.cfg
137 doxygen-*.tag
138 help/faq.txt
139 pod2htm[di].tmp
140 wireshark.pod
141 docbook/developer-guide.xml
142 docbook/user-guide.xml
143 docbook/ws?g_src/WS?G_*.dbk
144 docbook/*-guide-*.fo
145 docbook/*-guide-*.pdf
146 docbook/ws?g_html/
147 docbook/ws?g_html_chunked/
148 docbook/ws?g_chm/
149 docbook/release-notes-*.pdf
150 docbook/release-notes.txt
151 docbook/wsdg.validated
152 docbook/wsluarm
153 docbook/wsluarm_src/
154 docbook/wsug.validated
155 wsar_html/
156 wsar_html.zip
157
158 # Qt #
159 ######
160 qtshark
161 *.rcc.cpp
162 /ui/qt/__/
163 /ui/qt/*.qrc.depends
164 /ui/qt/*.pro.user
165 #/ui/qt/*.qm
166 /ui/qt/moc_*.cpp
167 /ui/qt/*.moc.cpp
168 /ui/qt/moc_*.cxx
169 /ui/qt/qrc_*.cpp
170 /ui/qt/qrc_*.cxx
171 /ui/qt/ui_*.h
172 /ui/qt/console.lua
173 /wireshark-qt*
174
175 # abi #
176 #######
177 epan/abi-check-headers/
178 epan/abi-descriptor.xml
179 filetap/abi-check-headers/
180 filetap/abi-descriptor.xml
181 wiretap/abi-check-headers/
182 wiretap/abi-descriptor.xml
183 wsutil/abi-check-headers/
184 wsutil/abi-descriptor.xml
185
186 # Windows Stuff #
187 #################
188 *.bsc
189 *.dsp
190 *.dsw
191 *.chm
192 *.exp
193 *.lib
194 *.ilk
195 *.manifest
196 *.pdb
197 *.nativecodeanalysis.xml
198 *.rc
199 !adns_dll.rc
200 !image/file_dlg_win32.rc
201 *.res
202 _libs_check_
203 /wireshark-gtk*
204 doc/ws.css
205 ui/qt/config.pri
206 packaging/nsis/all-manifest.nsh
207 packaging/nsis/gtk-dll-manifest.nsh
208
209 # Misc #
210 ########
211 .vagrant
212 *.swp
213 *~
214 .DS_Store
215 cscope.*
216 dummy.cpp
217 tags
218 TAGS
219 macosx-support-libs
220 packaging/macosx/COPYING.txt
221 packaging/macosx/Info.plist
222 packaging/macosx/osx-dmg.sh
223 packaging/macosx/Wireshark_package.pmdoc/index.xml
224 packaging/nsis/config.nsh
225 packaging/nsis/qt-dll-manifest.nsh
226 packaging/portableapps/Files/
227 packaging/portableapps/appinfo.ini
228 packaging/portableapps/distribution.nmake
229 packaging/rpm/SPECS/wireshark.spec
230 packaging/svr4/checkinstall
231 packaging/svr4/pkginfo