I'm trying to use sloccount
from within hudson to gather statistics on our codebase, however by default sloccount
collects information on all files, even those which are "hidden" (eg. .hideme
). This means the statistics are skewed since they include numbers from files within the .svn
directories.
Is there any way I can tell sloccount
to correctly ignore any files/directories which start with a .
?