merge back some files from SIMPLEROUTE
authorDirk Koopman <djk@tobit.co.uk>
Thu, 14 Jun 2007 23:30:45 +0000 (00:30 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 14 Jun 2007 23:30:45 +0000 (00:30 +0100)
.gitignore
connect/.gitignore [new file with mode: 0644]
data/.gitignore
filter/.gitignore
html/home.html
html/newprot.html
perl/Version.pm

index 37eee138edc7708d1f8d6494df91e06a8725a797..1ca43b05150b0d915da95ebafa9aa20714b017c0 100644 (file)
@@ -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 (file)
index 0000000..16112e1
--- /dev/null
@@ -0,0 +1,3 @@
+*
+!.gitignore
+!*.issue
index 0a6c856e306da773a326e6a0825eac38509dca93..6027afdc080beced87fd5ec9aacecb27fbf58583 100644 (file)
@@ -8,3 +8,6 @@ dupefile
 log
 wwv
 wcy
+motd*
+issue
+logout
index 150f68c80f52952b9c2bf25a4348084aee22b2d1..bbfa3dce4e85abe25980bb228b13c12b7a359ee5 100644 (file)
@@ -1 +1,2 @@
-*/*
+*.pl
+*.pl.o
index e77c09cd8a43294c7b59482a201ac96d7236bacc..dd6fcc1f4dea182bccff0f73df09bbb5f38ede54 100644 (file)
@@ -25,7 +25,6 @@ Here are various jumping off points:-
 <!-- Standard Footer!! -->                                                              <p>&nbsp;</p>
         <p>                                                                               <FONT COLOR="#606060"><hr></font>
         <font color="#FF0000" size=-2>                                                    Copyright &copy; 1998 by Dirk Koopman G1TLH. All Rights Reserved<br>
-        </font>                                                                         <font color="#000000" size=-2>$Id: index.html,v 1.19 2001/04/17 20:44:11
- g0vgs Exp $
+        </font>                                                                         <font color="#000000" size=-2>$Id$
 </body>
 </html>
index 1bb84fe237ba78ed4528e3097ba45f77ee01bbff..a0e40c863b01a47bab31825d3cd63ca2f7ad1d1c 100644 (file)
@@ -208,6 +208,5 @@ sufficient!</p>
 <span class="copy">Copyright © 2001 by Dirk Koopman G1TLH. All Rights
 Reserved</span>
  <br>
-<span class="id">$Id: index.html,v 1.19 2001/04/17 20:44:11 g0vgs Exp
-$</span></body>
+<span class="id">$Id$</span></body>
 </html>
index 42a2c0f454e4e7207fa893619dcafcfbb1e8d5ea..c8c060a98830cec79a580af00df8c16193765700 100644 (file)
@@ -10,6 +10,6 @@ package main;
 use vars qw($version $build);
 
 $version = '1.53';
-$build = '10';
+$build = '11';
 
 1;