~bigbes/tarantool

tarantool-protobuf

ref: 3235f34af486e3ef0043f8cb9d9230e29b919980 tarantool-protobuf/.gitignore -rw-r--r-- 679 bytes
3235f34a — Eugene Blikh c_runtime: proto2 — required, defaults, groups, extensions (ra6 3i) 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/protoc-gen-tarantool
/protoc-gen-tarantool-doc
/dist/
/.rocks/
*.pb.go
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Tarantool instance state. Generated when running examples or anything
# that calls box.cfg{} from the working directory. Examples under
# examples/dynamic/ point their memtx_dir/wal_dir/log at /tmp; older or
# user-written scripts may leak state here.
*.snap
*.xlog
*.vylog
*.run
*.pid
512.lock

# C-acceleration build output (bd-wky). Source under runtime/pb/c/ when
# present is committed; the compiled module sits next to the Lua files
# so require('pb.c_runtime') resolves it via LUA_CPATH.
/runtime/pb/c_runtime.so
/runtime/pb/c_runtime.dylib
/runtime/pb/c/*.o