From b28bbdc8e065e2435cd3c52202304f0d969a365b Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Wed, 2 Nov 2005 14:27:12 -0500 Subject: [svn-r11672] Purpose: Added more Windows binary file types and exempted file. --- .h5chkright.ini | 3 +++ bin/chkcopyright | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.h5chkright.ini b/.h5chkright.ini index 0e301bb..e2d496e 100644 --- a/.h5chkright.ini +++ b/.h5chkright.ini @@ -44,6 +44,9 @@ skip H5config.h.in skip H5match_types.c skip H5test_kind.f90 +# Ignore this expected output file in windows/examples. +skip testExamples_exp_output.txt + # Skip all testfiles/* since if we insert a copyright notice in the expected # data files, we would have to spend extra effort to filter them out. prune testfiles 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/* ) -- cgit v0.12