*** empty log message ***
This commit is contained in:
parent
e058d09f8d
commit
94d855f86f
2
Rakefile
2
Rakefile
|
@ -24,7 +24,7 @@ PKG_FILES.add %w{ lib/**/*.rb }
|
||||||
def clobberFromCvsIgnore(path)
|
def clobberFromCvsIgnore(path)
|
||||||
CLOBBER.add File.readlines(path+'/.cvsignore').map {
|
CLOBBER.add File.readlines(path+'/.cvsignore').map {
|
||||||
|f| File.join(path, f.chomp)
|
|f| File.join(path, f.chomp)
|
||||||
}
|
} rescue StandardError
|
||||||
end
|
end
|
||||||
|
|
||||||
clobberFromCvsIgnore '.'
|
clobberFromCvsIgnore '.'
|
||||||
|
|
Loading…
Reference in New Issue