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 /.gitignore | |
parent | cd8c0a2dc1d1f1c5569a189bbabc4a469cc6938d (diff) | |
download | zsh-12f98a99a5985b8e36df0b6a15687837c0160146.tar.gz zsh-12f98a99a5985b8e36df0b6a15687837c0160146.tar.xz zsh-12f98a99a5985b8e36df0b6a15687837c0160146.zip |
unposted: add Src/zsh.exe to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 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 |