diff options
author | Martin Vaeth <vaeth@mathematik.uni-wuerzburg.de> | 2013-11-12 17:41:40 +0000 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-11-12 21:06:46 +0000 |
commit | 0f9032753a26203143e59b59095adf15105cc6de (patch) | |
tree | d9b479395b3087e40418c3f39c0a93705530b6b2 /.gitignore | |
parent | 2fc2bb7c17aeb7514e5d42e46bb08304480bf125 (diff) | |
download | zsh-0f9032753a26203143e59b59095adf15105cc6de.tar.gz zsh-0f9032753a26203143e59b59095adf15105cc6de.tar.xz zsh-0f9032753a26203143e59b59095adf15105cc6de.zip |
31959 (plus tweak to .gitignore): make help files during installation
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d0172e39b..6b4026d50 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,10 @@ Config/defs.mk CVS .#* +Doc/help.txt +Doc/help +Doc/help/[_a-zA-Z0-9]* + Doc/intro.a4.pdf Doc/intro.a4.ps Doc/intro.us.pdf |