Add bin/fzf.exe to .gitignore (#1111)

On Cygwin and MinGW, the fzf binary will have a .exe extension, so
ignore that binary if it exists as well as the bare binary.
This commit is contained in:
Adam Dinwoodie 2017-10-27 01:12:12 +01:00 committed by Junegunn Choi
parent 5784101bea
commit fe7b91dfd9
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
bin/fzf
bin/fzf.exe
target
pkg
Gemfile.lock