diff options
-rw-r--r-- | .cvsignore | 21 | ||||
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | openbsd-compat/.cvsignore | 1 |
3 files changed, 24 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 000000000..a473d1fb9 --- /dev/null +++ b/.cvsignore | |||
@@ -0,0 +1,21 @@ | |||
1 | ssh | ||
2 | scp | ||
3 | sshd | ||
4 | ssh-add | ||
5 | ssh-keygen | ||
6 | ssh-keyscan | ||
7 | ssh-agent | ||
8 | sftp-server | ||
9 | sftp | ||
10 | configure | ||
11 | config.h.in | ||
12 | config.h | ||
13 | config.status | ||
14 | config.cache | ||
15 | config.log | ||
16 | stamp-h.in | ||
17 | Makefile | ||
18 | ssh_prng_cmds | ||
19 | *.out | ||
20 | *.0 | ||
21 | buildit.sh | ||
@@ -7,6 +7,7 @@ | |||
7 | [channels.c clientloop.c compat.c compat.h serverloop.c] | 7 | [channels.c clientloop.c compat.c compat.h serverloop.c] |
8 | more ssh.com-2.0.x bug-compat; from per@appgate.com | 8 | more ssh.com-2.0.x bug-compat; from per@appgate.com |
9 | - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net> | 9 | - (tim) New version of mdoc2man.pl from Mark D. Roth <roth+openssh@feep.net> |
10 | - (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net> | ||
10 | 11 | ||
11 | 20010429 | 12 | 20010429 |
12 | - (bal) Updated INSTALL. PCRE moved to a new place. | 13 | - (bal) Updated INSTALL. PCRE moved to a new place. |
@@ -5281,4 +5282,4 @@ | |||
5281 | - Wrote replacements for strlcpy and mkdtemp | 5282 | - Wrote replacements for strlcpy and mkdtemp |
5282 | - Released 1.0pre1 | 5283 | - Released 1.0pre1 |
5283 | 5284 | ||
5284 | $Id: ChangeLog,v 1.1183 2001/04/30 01:01:51 tim Exp $ | 5285 | $Id: ChangeLog,v 1.1184 2001/04/30 03:55:37 djm Exp $ |
diff --git a/openbsd-compat/.cvsignore b/openbsd-compat/.cvsignore new file mode 100644 index 000000000..f3c7a7c5d --- /dev/null +++ b/openbsd-compat/.cvsignore | |||
@@ -0,0 +1 @@ | |||
Makefile | |||