diff options
Diffstat (limited to 'bin/chkcopyright')
-rwxr-xr-x | bin/chkcopyright | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/chkcopyright b/bin/chkcopyright index 3ffb9b0..b984efc 100755 --- a/bin/chkcopyright +++ b/bin/chkcopyright @@ -515,8 +515,11 @@ while read file; do # Ignore binary data files continue ;; - *.zip | *.dsp | *.dsw | *.js) + *.zip | *.dsp | *.dsw | *.js | *.sln ) # Ignore Windows binary or special files. + # .dsp & .dsw are Visual Studio project files. + # .sln are .NET solution files. + # .js are Microsoft Java Script files. continue ;; *CVS/* ) |