.gitignore: add *.dirstamp and test/go/bin/
diff --git a/.gitignore b/.gitignore
index de55b3c..d0f93f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@
 *.lo
 *.o
 *.deps
+*.dirstamp
 *.libs
 *.log
 *.trs
@@ -221,6 +222,7 @@
 /test/test.log
 /test/erl/.eunit/
 /test/erl/.generated
+/test/go/bin/
 /test/go/ThriftTest.thrift
 /test/go/gopath
 /test/go/pkg/