diff options
author | Ondrej Fabry <ofabry@cisco.com> | 2019-11-05 00:16:25 +0100 |
---|---|---|
committer | Ondrej Fabry <ofabry@cisco.com> | 2019-11-05 00:16:25 +0100 |
commit | 2f75863ba9bff2d2f3488b70e441b5eefc91dfd2 (patch) | |
tree | 5c54cbb3ceb47f18c9baf5c477607c212c3bcb06 /.gitignore | |
parent | 73733b0a8ab8612233c98f9828f5f563c69fc2b7 (diff) |
Begin development of next release 0.3.0
- update info in package ./version
- update to Go 1.13
- regenerate ./examples/binapi for latest VPP: 19.08.1-release
- clean code in proxy
- refactor Makefile
Change-Id: Ibf5c2682c2f4b3cbbea4aa1e35d3f02175d40a9b
Signed-off-by: Ondrej Fabry <ofabry@cisco.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,8 +5,11 @@ .idea/ -# cmds +/bin/ + +# cmd cmd/binapi-generator/binapi-generator +cmd/vpp-proxy/vpp-proxy # examples examples/perf-bench/perf-bench |