diff options
author | Peter Stephenson <p.stephenson@samsung.com> | 2015-01-13 11:54:10 +0000 |
---|---|---|
committer | Peter Stephenson <p.stephenson@samsung.com> | 2015-01-13 11:55:04 +0000 |
commit | 12f98a99a5985b8e36df0b6a15687837c0160146 (patch) | |
tree | bdbb76fb6d78dc5c9211ae221d7de93e45e21912 | |
parent | cd8c0a2dc1d1f1c5569a189bbabc4a469cc6938d (diff) | |
download | zsh-12f98a99a5985b8e36df0b6a15687837c0160146.tar.gz zsh-12f98a99a5985b8e36df0b6a15687837c0160146.tar.xz zsh-12f98a99a5985b8e36df0b6a15687837c0160146.zip |
unposted: add Src/zsh.exe to .gitignore
-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. |