mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-01 05:16:05 +01:00
31959: missed files
This commit is contained in:
parent
590dd6c954
commit
d3630bcd0c
4 changed files with 11 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -31,7 +31,6 @@ CVS
|
|||
.#*
|
||||
|
||||
Doc/help.txt
|
||||
Doc/help
|
||||
Doc/help/[_a-zA-Z0-9]*
|
||||
|
||||
Doc/intro.a4.pdf
|
||||
|
|
|
@ -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,
|
||||
|
|
1
Doc/Doc/help/.cvsignore
Normal file
1
Doc/Doc/help/.cvsignore
Normal file
|
@ -0,0 +1 @@
|
|||
[_a-zA-Z0-9]*
|
5
Doc/Doc/help/.distfiles
Normal file
5
Doc/Doc/help/.distfiles
Normal file
|
@ -0,0 +1,5 @@
|
|||
DISTFILES_SRC='
|
||||
.cvsignore
|
||||
.distfiles
|
||||
[_a-zA-Z0-9]*
|
||||
'
|
Loading…
Reference in a new issue