We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 8e06aebCopy full SHA for 8e06aeb
.gitignore
@@ -0,0 +1,40 @@
1
+*.la
2
+*.lo
3
+*.swp
4
+.deps
5
+.libs
6
+Makefile
7
+Makefile.fragments
8
+Makefile.global
9
+Makefile.objects
10
+acinclude.m4
11
+aclocal.m4
12
+autom4te.cache
13
+build
14
+config.guess
15
+config.h
16
+config.h.in
17
+config.log
18
+config.nice
19
+config.status
20
+config.sub
21
+configure
22
+configure.in
23
+include
24
+install-sh
25
+libtool
26
+ltmain.sh
27
+missing
28
+mkinstalldirs
29
+modules
30
+package.xml
31
+kafka-*.tgz
32
+run-tests.php
33
+tests/*/*.diff
34
+tests/*/*.exp
35
+tests/*/*.log
36
+tests/*/*.out
37
+tests/*/*.php
38
+tests/*/*.sh
39
+tmp-php.ini
40
+.idea
0 commit comments