diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Doc/Doc/help/.cvsignore | 1 | ||||
-rw-r--r-- | Doc/Doc/help/.distfiles | 5 |
4 files changed, 11 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 6b4026d50..333c58a11 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ CVS .#* Doc/help.txt -Doc/help Doc/help/[_a-zA-Z0-9]* Doc/intro.a4.pdf diff --git a/ChangeLog b/ChangeLog index 44a8c454e..5533c5c7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-13 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Martin Vaeth: 31959: .gitignore, Doc/help/.cvsignore, + Doc/help/.distfiles: missed files. + 2013-11-12 Bart Schaefer <schaefer@zsh.org> * 31966: Util/helpfiles: skip introductory paragraphs processing diff --git a/Doc/Doc/help/.cvsignore b/Doc/Doc/help/.cvsignore new file mode 100644 index 000000000..0751b2579 --- /dev/null +++ b/Doc/Doc/help/.cvsignore @@ -0,0 +1 @@ +[_a-zA-Z0-9]* diff --git a/Doc/Doc/help/.distfiles b/Doc/Doc/help/.distfiles new file mode 100644 index 000000000..60962adf4 --- /dev/null +++ b/Doc/Doc/help/.distfiles @@ -0,0 +1,5 @@ +DISTFILES_SRC=' + .cvsignore + .distfiles + [_a-zA-Z0-9]* +' |