summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.h5chkright.ini19
-rw-r--r--MANIFEST3
2 files changed, 21 insertions, 1 deletions
diff --git a/.h5chkright.ini b/.h5chkright.ini
new file mode 100644
index 0000000..2cc17aa
--- /dev/null
+++ b/.h5chkright.ini
@@ -0,0 +1,19 @@
+# Initialization files for the Copyright Checker, chkcopyright.
+# Each line is a keyword for action and the rest are values.
+# Keywords:
+# '#' Comments
+# skip Files to be skipped
+# prune Directories to be skipped. Notice this prunes all directories
+# with the same name. E.g.,
+# "prune test" skips test, fortran/test, c++/test, ...
+
+# Generated files in fortran/src.
+skip H5match_types.c
+skip H5test_kind.f90
+
+# Skip all windows directories.
+prune windows
+
+# 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/MANIFEST b/MANIFEST
index dc15489..8564d9f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -6,7 +6,8 @@ a------------------------------------------------------------------------------
# in column one with a '#'.
#------------------------------------------------------------------------------
-./.autom4te.cfg _DO_NOT_DISTRIBUTE_
+./.autom4te.cfg _DO_NOT_DISTRIBUTE_
+./.h5chkright.ini _DO_NOT_DISTRIBUTE_
./COPYING
./MANIFEST
./Makefile.dist