summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-04-30 13:55:37 +1000
committerDamien Miller <djm@mindrot.org>2001-04-30 13:55:37 +1000
commit8a188a80274be0fb3d68049a8ba6cda58aab46f4 (patch)
tree156ceba9d25c6fb1e8bb2d7bffd439e84625bfe8
parent4534492aec2d7c383d6f29685195597375344673 (diff)
- (djm) Add .cvsignore files, suggested by Wayne Davison <wayne@blorf.net>
-rw-r--r--.cvsignore21
-rw-r--r--ChangeLog3
-rw-r--r--openbsd-compat/.cvsignore1
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 @@
1ssh
2scp
3sshd
4ssh-add
5ssh-keygen
6ssh-keyscan
7ssh-agent
8sftp-server
9sftp
10configure
11config.h.in
12config.h
13config.status
14config.cache
15config.log
16stamp-h.in
17Makefile
18ssh_prng_cmds
19*.out
20*.0
21buildit.sh
diff --git a/ChangeLog b/ChangeLog
index d87d4511b..365d5d93e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1120010429 1220010429
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