From 12f98a99a5985b8e36df0b6a15687837c0160146 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 13 Jan 2015 11:54:10 +0000 Subject: [PATCH] unposted: add Src/zsh.exe to .gitignore --- .gitignore | 1 + ChangeLog | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f7abba68d..08f90a29e 100644 --- a/.gitignore +++ b/.gitignore @@ -102,6 +102,7 @@ Src/tags Src/TAGS Src/version.h Src/zsh +Src/zsh.exe Src/zshcurses.h Src/zshpaths.h Src/zshterm.h diff --git a/ChangeLog b/ChangeLog index 246e5995e..e5c3293b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ 2015-01-12 Peter Stephenson + * unposted: .gitignore: add Src/zsh.exe for Cygwin. + * 34255: README, Src/math.c, Test/C01arith.ztst: propagate type from variable assignment. Also note 34230 in README.