Add standard setup.

This commit is contained in:
jsm
1998-10-01 22:08:35 +00:00
parent c64a84c769
commit 49634f3bf2
7 changed files with 847 additions and 0 deletions

View File

@@ -20,3 +20,11 @@
# and value is a single-quote delimited value.
#
# For example:
# Automatically handle files that show up on web pages but are binary.
*.jpg -k 'b' -m 'COPY'
*.jpeg -k 'b' -m 'COPY'
*.gif -k 'b' -m 'COPY'
*.gz -k 'b' -m 'COPY'
*.zip -k 'b' -m 'COPY'
*.png -k 'b' -m 'COPY'