mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-19 13:27:37 +02:00
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:
parent
5784101bea
commit
fe7b91dfd9
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
|||
bin/fzf
|
||||
bin/fzf.exe
|
||||
target
|
||||
pkg
|
||||
Gemfile.lock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue