Justus Winter <4winter@informatik.uni-hamburg.de> writes: > Quoting david@tethera.net (2013-06-02 15:39:46) >> From: David Bremner <bremner@debian.org> >> >> Start a .gitignore for go bindings. >> --- >> bindings/go/.gitignore | 1 + >> 1 file changed, 1 insertion(+) >> create mode 100644 bindings/go/.gitignore >> >> diff --git a/bindings/go/.gitignore b/bindings/go/.gitignore >> new file mode 100644 >> index 0000000..a2670c1 >> --- /dev/null >> +++ b/bindings/go/.gitignore >> @@ -0,0 +1 @@ >> +src/github.com/ > > This looks fine too, but you might want to add bin/ and pkg/ while you > are at it. > Done, and the remaining 2 patches pushed. d