how can i ignore sloccount.sc and xml files created when using sloccount I use the following command:
sloccount --duplicates --wide --details . | | sed "/\/\.svn\//d" | tee sloccount.sc
i am using sloccount version 2.26
But i am also unit tests results in the same folder as sloccount results, so sloccount picks up the XML Files