summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-04-13 20:22:36 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-04-13 20:22:36 +0100
commitb79156ab60393b1230e31a8156a9dcb472bd7a4c (patch)
treeda4d81c4fa0de8354746bffcdcf18fb945dc883b
parent67a4be36c6203c26c3912c07441f42e3965f0fa8 (diff)
downloadzsh-b79156ab60393b1230e31a8156a9dcb472bd7a4c.tar.gz
zsh-b79156ab60393b1230e31a8156a9dcb472bd7a4c.zip
unposted: make git ignore PDF and PS versions of intro file
-rw-r--r--.gitignore4
-rw-r--r--ChangeLog4
2 files changed, 8 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
diff --git a/ChangeLog b/ChangeLog
index 0b3a12c31..5c81a6eca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-13 Peter Stephenson <p.w.stephenson@ntlworld.com>
+
+ * unposted: .gitignore: ignore PDF and PS versions of intro file.
+
2013-04-12 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 31263 (changed * to - for consistency with elsewhere):