diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..35c2a9ad9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Binary output dir +bin/ + +# GOPATH created by the build script +gopath/ + +# Test outputs +*.out +*.test