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-13 19:42:54 +0000 |
commit | d3630bcd0c0a9314ff3f1201fc82449ee10be4cb (patch) | |
tree | d57cbd98ac5e43628f4a159adf23a9d0fc9697f7 | |
parent | 590dd6c954059b2231f40edeb0e400a230abe0a7 (diff) | |
download | zsh-d3630bcd0c0a9314ff3f1201fc82449ee10be4cb.tar.gz zsh-d3630bcd0c0a9314ff3f1201fc82449ee10be4cb.tar.xz zsh-d3630bcd0c0a9314ff3f1201fc82449ee10be4cb.zip |
31959: missed files
-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 02e97b274..1f5bf6e64 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 Peter Stephenson <p.w.stephenson@ntlworld.com> * Martin Vaeth: 31959: .gitignore, 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]* +' |