summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorAdam Dinwoodie <me-and@users.noreply.github.com>2017-10-27 01:12:12 +0100
committerJunegunn Choi <junegunn.c@gmail.com>2017-10-27 09:12:12 +0900
commitfe7b91dfd9831433aca2c5e5e744f6a188b401be (patch)
tree4760949a573ce397460b27f8f70d39883d23337f /.gitignore
parent5784101beabcacfc86938f17ee3f2051e3b59816 (diff)
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.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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