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-05-27 00:52:27 +0200
commitbc96271e5bc83ee945fbf793e09a8a7c31ee940f (patch)
tree9557c3dd7770387549497ab4ef054e7ac13ecc70 /tunnel/tools/libwg-go/.gitignore
parent553e19446a798a897cca1e2d639c4b006dacdbf7 (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/