diff --git a/.gitignore b/.gitignore index afd2487..f8b1d48 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ *.a _go_.6 bin/ +local_settings.sh-dev diff --git a/local_settings.sh b/local_settings.sh deleted file mode 100755 index 2ce82d5..0000000 --- a/local_settings.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -export GOROOT=/opt/local -export GOARCH=amd64 -export GOOS=darwin