From 2e0389ec62f173c3e4a2a09d8ed035f0c9c206b0 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 15 Jun 2007 00:30:45 +0100 Subject: [PATCH] merge back some files from SIMPLEROUTE --- .gitignore | 12 ++++++++++++ connect/.gitignore | 3 +++ data/.gitignore | 3 +++ filter/.gitignore | 3 ++- html/home.html | 3 +-- html/newprot.html | 3 +-- perl/Version.pm | 2 +- 7 files changed, 23 insertions(+), 6 deletions(-) create mode 100644 connect/.gitignore diff --git a/.gitignore b/.gitignore index 37eee138..1ca43b05 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,16 @@ local* *~ *.[oa] +*.tmp CVS +tmp +*.bak +.#* +*# +*gz +*zip +.* +!.gitignore +packclus +tutor* +db diff --git a/connect/.gitignore b/connect/.gitignore new file mode 100644 index 00000000..16112e11 --- /dev/null +++ b/connect/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!*.issue diff --git a/data/.gitignore b/data/.gitignore index 0a6c856e..6027afdc 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -8,3 +8,6 @@ dupefile log wwv wcy +motd* +issue +logout diff --git a/filter/.gitignore b/filter/.gitignore index 150f68c8..bbfa3dce 100644 --- a/filter/.gitignore +++ b/filter/.gitignore @@ -1 +1,2 @@ -*/* +*.pl +*.pl.o diff --git a/html/home.html b/html/home.html index e77c09cd..dd6fcc1f 100644 --- a/html/home.html +++ b/html/home.html @@ -25,7 +25,6 @@ Here are various jumping off points:-

 


Copyright © 1998 by Dirk Koopman G1TLH. All Rights Reserved
-
$Id: index.html,v 1.19 2001/04/17 20:44:11 - g0vgs Exp $ + $Id$ diff --git a/html/newprot.html b/html/newprot.html index 1bb84fe2..a0e40c86 100644 --- a/html/newprot.html +++ b/html/newprot.html @@ -208,6 +208,5 @@ sufficient!

Copyright © 2001 by Dirk Koopman G1TLH. All Rights Reserved
-$Id: index.html,v 1.19 2001/04/17 20:44:11 g0vgs Exp -$ +$Id$ diff --git a/perl/Version.pm b/perl/Version.pm index 42a2c0f4..c8c060a9 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -10,6 +10,6 @@ package main; use vars qw($version $build); $version = '1.53'; -$build = '10'; +$build = '11'; 1; -- 2.34.1