summaryrefslogtreecommitdiffstats
path: root/bin/chkcopyright
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-11-02 19:27:12 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-11-02 19:27:12 (GMT)
commitb28bbdc8e065e2435cd3c52202304f0d969a365b (patch)
treeff946f5f31c10a49c0def1b76e09709927a7e827 /bin/chkcopyright
parentddb4b4b51aeca83cf33455fb0f0b6dc14463c27a (diff)
downloadhdf5-b28bbdc8e065e2435cd3c52202304f0d969a365b.zip
hdf5-b28bbdc8e065e2435cd3c52202304f0d969a365b.tar.gz
hdf5-b28bbdc8e065e2435cd3c52202304f0d969a365b.tar.bz2
[svn-r11672] Purpose:
Added more Windows binary file types and exempted file.
Diffstat (limited to 'bin/chkcopyright')
-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/* )