From fe7b91dfd9831433aca2c5e5e744f6a188b401be Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Fri, 27 Oct 2017 01:12:12 +0100 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index d4cc4a97..f796f594 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ bin/fzf +bin/fzf.exe target pkg Gemfile.lock