Updated to add support for .cs files and dotnet builds (#51)

diff --git a/scancode/scanCode.cfg b/scancode/scanCode.cfg
index e75e80b..4a13dcf 100644
--- a/scancode/scanCode.cfg
+++ b/scancode/scanCode.cfg
@@ -25,6 +25,7 @@
 *.md=no_tabs, eol_at_eof
 *.py=no_tabs, no_trailing_spaces, eol_at_eof
 *.scala=has_block_license, no_tabs, no_trailing_spaces, eol_at_eof
+*.cs=has_block_license
 
 # List of paths (inclusive of subdirectories) to exlude from code scanning
 [Excludes]
@@ -45,6 +46,7 @@
 # OpenWhisk binary artifact exclusion
 bin
 images
+obj
 
 # 'vendor' and cache directory create by gograble build tool
 .gogradle