summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-10-19 23:40:19 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-10-19 23:40:19 -0400
commit343fb3da70d2cf4b7a7d99a19e89591cea7cde7e (patch)
tree70bfd3dbd9bf3766e9c5c2a151d108d4ba42c206
parent782c23f7c163b16e5446f972150968b3ebd30171 (diff)
jh-checksource: add more to the whitelist
-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() {