Skip to content
Snippets Groups Projects
Commit e4f9af22 authored by Konstantin Osipov's avatar Konstantin Osipov
Browse files

Minor review fixes (connector-c-rpl).

Update .gitignore. Don't use tarantool encoding unless it's
necessary.
parent a4c82d33
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,10 @@ lcov
test/var
test/lib/*.pyc
test/lib/*/*.pyc
test/connector_c/rpl
test/connector_c/xlog
test/connector_c/tt
test/connector_c/update
test/box/protocol
test/box/connector
Makefile
......@@ -39,12 +43,9 @@ third_party/luajit/src/lj_folddef.h
third_party/luajit/src/lj_libdef.h
third_party/luajit/src/lj_recdef.h
third_party/luajit/src/lj_vm.s
test/connector_c/tt
test/connector_c/update
*.reject
extra/txt2c
mod/box/box.lua.c
mod/box/tarantool.cfg
doc/www-data/*.html
doc/www-data/*.ru.html
doc/www-data.in/download
......@@ -56,3 +57,5 @@ connector/c/tntnet/libtarantoolnet.so.1
connector/c/tntnet/libtarantoolnet.so.1.1
connector/c/tntsql/libtarantoolsql.so.1
connector/c/tntsql/libtarantoolsql.so.1.1
connector/c/tntrpl/libtarantoolrpl.so.1
connector/c/tntrpl/libtarantoolrpl.so.1.1
# encoding: tarantool
#
import subprocess
import sys
import os
......
# encoding: tarantool
import subprocess
import sys
import os
......
# encoding: tarantool
#
import subprocess
import sys
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment