summaryrefslogtreecommitdiffhomepage
path: root/tunnel/tools/libwg-go/.gitignore
diff options
context:
space:
mode:
authorMikael Magnusson <mikma@users.sourceforge.net>2021-11-20 20:03:12 +0100
committerMikael Magnusson <mikma@users.sourceforge.net>2023-06-01 21:08:02 +0200
commit9bbceb1fb119aeea56451c0d03f7315a9a329656 (patch)
treef1a3feb83b0807381084fe5a278a90ee064e73d3 /tunnel/tools/libwg-go/.gitignore
parent0aa95ada585c6dd7bd3487b5ccbc3cf0d4676d7a (diff)
tunnel: add gRPC over unix domain socket to the go backend
With gRPC it will be easier to extend the go backend API. In this commit the Version function is reimplemented in gRPC. Gitignore generated protobuf files.
Diffstat (limited to 'tunnel/tools/libwg-go/.gitignore')
-rw-r--r--tunnel/tools/libwg-go/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/tunnel/tools/libwg-go/.gitignore b/tunnel/tools/libwg-go/.gitignore
index d1638636..d69ee823 100644
--- a/tunnel/tools/libwg-go/.gitignore
+++ b/tunnel/tools/libwg-go/.gitignore
@@ -1 +1,2 @@
-build/ \ No newline at end of file
+build/
+/gen/