From 1b9ca314b87283b8daf2e0e16201779dadc1b5fa Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 20 Feb 2016 21:15:34 +0900 Subject: Update build script - GOPATH is no longer required - fzf repository does not have to be in GOPATH - Build Linux binary with Go 1.5.3 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 09154676..d2372a95 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ bin -src/fzf/fzf_* +src/fzf/fzf-* +gopath pkg Gemfile.lock .DS_Store -- cgit v1.2.3