mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-04-18 06:53:35 -04: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user