summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jh-checksource.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/jh-checksource.sh b/jh-checksource.sh
index 2f7969d..1fecfa5 100644
--- a/jh-checksource.sh
+++ b/jh-checksource.sh
@@ -3,9 +3,9 @@
sep='<nofileevercontainsthis>'
resep='@'
-safe_types_regexp=('text' '(GIF|JPEG|PNG) image data')
-safe_types_string=()
-safe_files_regexp=('.*/\.git/.*')
+safe_types_regexp=('text' '(GIF|JPEG|PNG) image data' 'MS Windows icon')
+safe_types_string=('empty')
+safe_files_regexp=('/\.(git|svn)/')
safe_files_string=()
normalize_filename() {