How can I ignore .svn directories when using sloccount?
Posted
by digitala
on Stack Overflow
See other posts from Stack Overflow
or by digitala
Published on 2010-05-25T12:45:37Z
Indexed on
2010/05/25
15:01 UTC
Read the original article
Hit count: 278
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 .?
© Stack Overflow or respective owner