Fixed guardian ignore file handling and linefead detection.

This commit is contained in:
Christian Schmidt
2010-06-24 21:39:07 +02:00
parent aed6025408
commit fd4da55b68
2 changed files with 3 additions and 2 deletions

View File

@@ -211,7 +211,8 @@ sub build_ignore_hash {
if ($ignorefile ne "") {
open (IGNORE, $ignorefile);
while (<IGNORE>) {
chop;
$_=~ s/\s+$//;
chomp;
next if (/\#/); #skip comments
next if (/^\s*$/); # and blank lines
$ignore{$_}=1;

View File

@@ -296,7 +296,7 @@
* rssdler-0.4.0a
* rsync-3.0.7
* rtorrent-0.8.6
* samba-3.5.3
* samba-3.5.4
* sane-1.0.19
* screen-4.0.3
* sdparm-1.01