summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-11-02 19:27:14 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-11-02 19:27:14 (GMT)
commit1f7e49eb5d5e2ae067b1f5f797a233f0313e957f (patch)
tree784fa9ee10e230f54e62e7eb782c7dc48ea2dced /bin
parent2126ecf7a8b1207e11f33e890e24c9b5eed242ee (diff)
downloadhdf5-1f7e49eb5d5e2ae067b1f5f797a233f0313e957f.zip
hdf5-1f7e49eb5d5e2ae067b1f5f797a233f0313e957f.tar.gz
hdf5-1f7e49eb5d5e2ae067b1f5f797a233f0313e957f.tar.bz2
[svn-r11673] Purpose:
Added more Windows binary file types and exempted file.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/chkcopyright5
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/* )