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-03-30 23:17:27 +0200
commitcb666290a94f4aa98e1f4901dab33c4c2e1436bd (patch)
tree4547f5c02c560f7cc978cc4e9a3229efd62265b8 /tunnel/tools/libwg-go/.gitignore
parent8250aed436ee67d10a3d187c46d14806dea4c4fd (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/