diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-02-20 21:15:34 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-02-20 21:16:24 +0900 |
| commit | 1b9ca314b87283b8daf2e0e16201779dadc1b5fa (patch) | |
| tree | 5226b70062754c616cf26e2b8be3736baa13b1eb /.gitignore | |
| parent | e72a360337548ffe6db0c97e9c79416e42521450 (diff) | |
| download | fzf-1b9ca314b87283b8daf2e0e16201779dadc1b5fa.tar.gz | |
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-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ bin -src/fzf/fzf_* +src/fzf/fzf-* +gopath pkg Gemfile.lock .DS_Store |
