From aacf40d541913047c727f206cc066b068a42a8d8 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 29 Oct 2005 17:05:10 -0500 Subject: [svn-r11624] Purpose: Added *.jpg and *.hdf5 as binary data files to be ignored. Platforms tested: heping. --- bin/chkcopyright | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/chkcopyright b/bin/chkcopyright index d46ad4c..00cf7ee 100755 --- a/bin/chkcopyright +++ b/bin/chkcopyright @@ -446,10 +446,14 @@ while read file; do *.sh | *.sh.in | *Makefile | *Makefile.in | *Makefile.am ) SHELL_FILE ${file} ;; - *.h5 ) + *.h5 | *.hdf5 ) # Ignore HDF5 data files continue ;; + *.jpg ) + # Ignore binary data files + continue + ;; *CVS/* ) # Ignore CVS control files. continue -- cgit v0.12