44d5e404083c717b47bf7021d5b55fbca93ad695
[metze/wireshark/wip.git] / .gitignore
1 # Compiled or generated source #
2 ################################
3 *.dll
4 *.exe
5 *.la
6 *.lai
7 *.lo
8 *.obj
9 *.pyc
10 *.so*
11 *.[oa]
12 *grammar.out
13 *grammar.[ch]
14 *scanner.c
15 *_dict.c
16 *_lex.h
17 init.lua
18 epan/declare_wslua.h
19 epan/dissectors/dcerpc/idl2wrs
20 epan/dissectors/mesa
21 epan/dissectors/xcbproto
22 epan/dissectors/packet-ncp2222.c
23 epan/dissectors/register-cache.pkl
24 epan/dissectors/register.c
25 epan/dtd_parse.c
26 epan/dtd_preparse.c
27 epan/packet-ncp2222.c
28 epan/register-cache.pkl
29 epan/register.c
30 epan/register_wslua.c
31 epan/sminmpec.c
32 epan/taps.txt
33 epan/taps_wslua.c
34 epan/uat_load.c
35 epan/wslua/declare_wslua.h
36 epan/wslua/register_wslua.c
37 epan/wslua/taps.txt
38 epan/wslua/taps_wslua.c
39 epan/ps.c
40 ui/cli/tshark-tap-register-cache.pkl
41 plugin.c
42 plugins/mate/mate_parser.c
43 svnversion.h
44 tools/lemon/lemon
45 tools/lemon/lemon
46 tools/setuid-root.pl
47 tshark-tap-register.c
48 wiretap/ascend.c
49 wiretap/ascend.h
50 wiretap/k12text.c
51 wireshark-tap-register.c
52 wireshark-tap-register-cache.pkl
53
54 # Generated makefile system #
55 #############################
56 *.sym
57 aclocal.m4
58 autom4te.cache
59 capinfos
60 captype
61 compile
62 config.h
63 config.h.in
64 config.log
65 config.status
66 configure
67 depcomp
68 dftest
69 dumpcap
70 editcap
71 exntest
72 install-sh
73 libtool
74 ltmain.sh
75 Makefile
76 Makefile.in
77 mergecap
78 missing
79 oids_test
80 randpkt
81 rawshark
82 reordercap
83 reassemble_test
84 stamp-h1
85 text2pcap
86 tfshark
87 tshark
88 tvbtest
89 wireshark
90 wmem_test
91 ylwrap
92
93
94 # CMake #
95 ##################
96 CMakeCache.txt
97 CMakeFiles
98 cmake_install.cmake
99 CPackConfig.cmake
100 CPackSourceConfig.cmake
101 lib/
102
103
104 # Generated dir #
105 ##################
106 .deps
107 .libs
108
109
110 # Doc #
111 ########
112 *.html
113 *.[14]
114 AUTHORS-SHORT
115 AUTHORS-SHORT-FORMAT
116 doxygen.cfg
117 help/faq.txt
118 pod2htm[di].tmp
119 wireshark.pod
120
121 # Qt #
122 ######
123 qtshark
124 *.rcc.cpp
125 /ui/qt/__/
126 /ui/qt/*.qrc.depends
127 /ui/qt/*.pro.user
128 #/ui/qt/*.qm
129 /ui/qt/moc_*.cpp
130 /ui/qt/*.moc.cpp
131 /ui/qt/moc_*.cxx
132 /ui/qt/qrc_*.cpp
133 /ui/qt/qrc_*.cxx
134 /ui/qt/ui_*.h
135 /ui/qt/console.lua
136 /wireshark-qt*
137
138 # abi #
139 #######
140 epan/abi-check-headers/
141 epan/abi-descriptor.xml
142 filetap/abi-check-headers/
143 filetap/abi-descriptor.xml
144 wiretap/abi-check-headers/
145 wiretap/abi-descriptor.xml
146 wsutil/abi-check-headers/
147 wsutil/abi-descriptor.xml
148
149 # Windows Stuff #
150 #################
151 *.bsc
152 *.chm
153 *.dsp
154 *.dsw
155 *.chm
156 *.exp
157 *.lib
158 *.ilk
159 *.manifest
160 *.pdb
161 *.rc
162 !adns_dll.rc
163 !image/file_dlg_win32.rc
164 *.res
165 *.manifest
166 _libs_check_
167 /wireshark-gtk*
168 doc/ws.css
169 ui/qt/config.pri
170
171 # Misc #
172 ########
173 *.swp
174 *~
175 .DS_Store
176 .gitreview
177 cscope.*
178 tags
179 packaging/macosx/COPYING.txt
180 packaging/macosx/Info.plist
181 packaging/macosx/osx-dmg.sh
182 packaging/macosx/Wireshark_package.pmdoc/index.xml
183 packaging/rpm/SPECS/wireshark.spec
184 packaging/svr4/checkinstall
185 packaging/svr4/pkginfo
186 *.dylib
187 *.sublime-project
188 *.sublime-workspace