diff options
author | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-04-13 20:22:36 +0100 |
---|---|---|
committer | Peter Stephenson <p.w.stephenson@ntlworld.com> | 2013-04-13 20:22:36 +0100 |
commit | b79156ab60393b1230e31a8156a9dcb472bd7a4c (patch) | |
tree | da4d81c4fa0de8354746bffcdcf18fb945dc883b /.gitignore | |
parent | 67a4be36c6203c26c3912c07441f42e3965f0fa8 (diff) | |
download | zsh-b79156ab60393b1230e31a8156a9dcb472bd7a4c.tar.gz zsh-b79156ab60393b1230e31a8156a9dcb472bd7a4c.tar.xz zsh-b79156ab60393b1230e31a8156a9dcb472bd7a4c.zip |
unposted: make git ignore PDF and PS versions of intro file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7d02c9aa2..19d5640d1 100644 --- a/.gitignore +++ b/.gitignore @@ -27,6 +27,10 @@ TAGS Config/defs.mk +Doc/intro.a4.pdf +Doc/intro.a4.ps +Doc/intro.us.pdf +Doc/intro.us.ps Doc/version.yo Doc/zsh*.1 Doc/zsh.texi |