diff options
| author | David Bremner <david@tethera.net> | 2016-08-23 20:50:05 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-03 20:13:08 -0300 |
| commit | b0d03fc5ba1211ed783a5c052d01407d95c8446f (patch) | |
| tree | 2ca9c78a2380bdcf9dda25a0affb834c8f70a9e6 /contrib/go/.gitignore | |
| parent | 2f2df00d436b117acd3e0de13548406efaf272b8 (diff) | |
bindings: move go bindings to contrib
This signals two things, an intent to be more liberal about accepting
patches, and an intent to stop distributing the bindings if maintenance
doesn't pick up.
Diffstat (limited to 'contrib/go/.gitignore')
| -rw-r--r-- | contrib/go/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/go/.gitignore b/contrib/go/.gitignore new file mode 100644 index 00000000..c394479f --- /dev/null +++ b/contrib/go/.gitignore @@ -0,0 +1,3 @@ +src/github.com/ +pkg/ +bin/ |
