explicitly ignore just hoptable.pl
authorDirk Koopman <djk@tobit.co.uk>
Sat, 23 Jun 2007 23:46:21 +0000 (00:46 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Sat, 23 Jun 2007 23:46:21 +0000 (00:46 +0100)
data/.gitignore
perl/Version.pm

index 3804a5c548514082bf6a408ed01e5f35ad651720..676742e348e47c13b10392b10e428f944c2b4e3f 100644 (file)
@@ -12,4 +12,4 @@ motd*
 issue
 logout
 connected
-*.pl
+hoptable.pl
index 0bd91020e315786f37d6e97bd60158d87b11d2ea..2c592a720deb5916fdb1e2d313201d30674c5641 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '78';
+$build = '79';
 
 1;