/**
  * Add an <ignore> tag to a <phprelease> tag
  *
  * @param string $path full path to filename to ignore
  *
  * @return void
  * @access public
  * @see    PEAR_PackageFile_v2_rw::addIgnore()
  * @since  1.6.0a3
  */
 function addIgnoreToRelease($path)
 {
     return parent::addIgnore($path);
 }