Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 94f2f822b79da231841eb3b4cd7a4826 > files > 6

beagle-0.3.9-19.fc14.x86_64.rpm

<?xml version="1.0" encoding="utf-16"?>
<!-- Distributions and packagers, DO NOT remove or add any BoolOption, StringOption or ListOption.
     Also do not change the Name, Description, Params and Separator attributes.
 -->
<BeagleConf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="FilesQueryable">
    <BoolOption Name="IndexHomeDir" Description="To index home directory">true</BoolOption>
    <ListOption Name="Roots" Description="Root directories that the file system backend will index" Params="Root" Separator=",">
    </ListOption>
    <ListOption Name="ExcludeSubdirectory" Description="Exclude files in this subdirectory" Params="Subdir name" Separator=",">
	<Value>$HOME/tmp</Value>
	<Value>$BEAGLE_HOME/tmp</Value>
    </ListOption>
    <ListOption Name="ExcludePattern" Description="Exclude files matching these patters" Params="Pattern" Separator=",">
	<Value>*~</Value>
	<Value>#*#</Value>
	<Value>*.o</Value>
	<Value>*.a</Value>
	<Value>*.S</Value>
	<Value>*.la</Value>
	<Value>*.lo</Value>
	<Value>*.loT</Value>
	<Value>*.so</Value>
	<Value>*.exe</Value>
	<Value>*.dll</Value>
	<Value>*.mdb</Value>
	<Value>*.com</Value>
	<Value>*.csproj</Value>
	<Value>*.dsp</Value>
	<Value>*.dsw</Value>
	<Value>*.m4</Value>
	<Value>*.pc</Value>
	<Value>*.pc.in</Value>
	<Value>*.in.in</Value>
	<Value>*.omf</Value>
	<Value>*.aux</Value>
	<Value>*.tmp</Value>
	<Value>autom4te.cache</Value>
	<Value>po</Value>
	<Value>aclocal</Value>
	<Value>Makefile</Value>
	<Value>Makefile.am</Value>
	<Value>Makefile.in</Value>
	<Value>CVS</Value>
	<Value>SCCS</Value>
	<!-- Garbage generated by the autotools -->
	<Value>conftest</Value>
	<Value>confdefs.h</Value>
	<Value>conftest.*</Value>
	<Value>confstat*</Value>
	<Value>/conf[0-9]+.sh/</Value>
	<Value>/conf[0-9]+.file/</Value>
    </ListOption>
</BeagleConf>