Skip to content

Commit 7e04f4e

Browse files
committed
Initial version
0 parents  commit 7e04f4e

25 files changed

+4400
-0
lines changed

.dir-locals.el

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
( (c-mode . ((c-file-style . "linux"))) )

.gitignore

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
build
2+
_build
3+
dist
4+
*~
5+
\#*
6+
MANIFEST
7+
core
8+
vgcore*
9+
__pycache__
10+
*.so
11+
confluent?kafka.egg-info
12+
*.pyc
13+
.cache

0 commit comments

Comments
 (0)