mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-29 14:42:11 +01:00
31466: Cause git and cvs to ignore one another, in case anyone wants to
import this tree into a CVS repository.
This commit is contained in:
parent
68d0d76db5
commit
8812e0b825
3 changed files with 9 additions and 0 deletions
|
@ -13,3 +13,4 @@ stamp-h
|
||||||
stamp-h.in
|
stamp-h.in
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
*.swp
|
*.swp
|
||||||
|
.git
|
||||||
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -27,6 +27,9 @@ TAGS
|
||||||
|
|
||||||
Config/defs.mk
|
Config/defs.mk
|
||||||
|
|
||||||
|
CVS
|
||||||
|
.#*
|
||||||
|
|
||||||
Doc/intro.a4.pdf
|
Doc/intro.a4.pdf
|
||||||
Doc/intro.a4.ps
|
Doc/intro.a4.ps
|
||||||
Doc/intro.us.pdf
|
Doc/intro.us.pdf
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
2013-06-09 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* 31466: .cvsignore, .gitignore: Cause git and cvs to ignore
|
||||||
|
one another.
|
||||||
|
|
||||||
2013-06-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
2013-06-01 Peter Stephenson <p.w.stephenson@ntlworld.com>
|
||||||
|
|
||||||
* 31441: Src/glob.c, Src/pattern.c, Src/zsh.h: use an array
|
* 31441: Src/glob.c, Src/pattern.c, Src/zsh.h: use an array
|
||||||
|
|
Loading…
Reference in a new issue