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.
pull/1113/head
Adam Dinwoodie 7 years ago committed by Junegunn Choi
parent 5784101bea
commit fe7b91dfd9

1
.gitignore vendored

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

Loading…
Cancel
Save