diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 2 |
2 files changed, 3 insertions, 0 deletions
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 <p.stephenson@samsung.com> + * 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. |