~bigbes/tarantool

tarantool-protobuf

ref: 9ee21c091d83431b7490d4ea3960df4b33f5f65c tarantool-protobuf/.gitignore -rw-r--r-- 408 bytes
9ee21c09 — Eugene Blikh codegen: inline 1-byte varint length prefix at every LEN emit site 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/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