summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-02-20 21:15:34 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-02-20 21:16:24 +0900
commit1b9ca314b87283b8daf2e0e16201779dadc1b5fa (patch)
tree5226b70062754c616cf26e2b8be3736baa13b1eb /.gitignore
parente72a360337548ffe6db0c97e9c79416e42521450 (diff)
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
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