process_changed "tests include source examples cmake/scripts contrib/python-bindings" \
".*\.(cc|h|inst.in|output.*|cmake)" fix_permissions
-process_changed "doc/news/*/*" "*" fix_permissions
+process_changed "doc/news/*/*" "[A-Za-z0-9]*" fix_permissions
process_changed "tests include source examples cmake/scripts contrib/python-bindings" \
".*\.(cc|h|inst.in|cmake)" dos_to_unix
-process_changed "doc/news/*/*" "*" dos_to_unix
+process_changed "doc/news/*/*" "[A-Za-z0-9]*" dos_to_unix
#
# Removing trailing whitespace
process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \
".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
-process_changed "doc/news/*/*" "*" remove_trailing_whitespace
+process_changed "doc/news/*/*" "[A-Za-z0-9]*" remove_trailing_whitespace
#
# Ensure only a single newline at end of files
process_changed "tests include source examples cmake/scripts contrib/python-bindings doc" \
".*\.(cc|h|html|dox|txt)" ensure_single_trailing_newline
-process_changed "doc/news/*/*" "*" ensure_single_trailing_newline
+process_changed "doc/news/*/*" "[A-Za-z0-9]*" ensure_single_trailing_newline
process "tests include source examples cmake/scripts contrib/python-bindings" \
".*\.(cc|h|inst.in|output.*|cmake)" fix_permissions
-process "doc/news/*/*" "*" fix_permissions
+process "doc/news/*/*" "[A-Za-z0-9]*" fix_permissions
process "tests include source examples cmake/scripts contrib/python-bindings" \
".*\.(cc|h|inst.in|cmake)" dos_to_unix
-process "doc/news/*/*" "*" dos_to_unix
+process "doc/news/*/*" "[A-Za-z0-9]*" dos_to_unix
#
# Removing trailing whitespace
process "tests include source examples cmake/scripts contrib/python-bindings doc" \
".*\.(cc|h|html|dox|txt)" remove_trailing_whitespace
-process "doc/news/*/*" "*" remove_trailing_whitespace
+process "doc/news/*/*" "[A-Za-z0-9]*" remove_trailing_whitespace
#
# Ensure only a single newline at end of files
process "tests include source examples cmake/scripts contrib/python-bindings doc" \
".*\.(cc|h|html|dox|txt)" ensure_single_trailing_newline
-process "doc/news/*/*" "*" ensure_single_trailing_newline
+process "doc/news/*/*" "[A-Za-z0-9]*" ensure_single_trailing_newline