From b93473b880233506a08bef88b7c1856f78176b7d Mon Sep 17 00:00:00 2001 From: Ben Hagen Date: Mon, 1 Aug 2011 13:42:35 -0500 Subject: [PATCH] Added .htaccess to regex --- neopi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 neopi.py diff --git a/neopi.py b/neopi.py old mode 100755 new mode 100644 index cb801f4..b05f1bf --- a/neopi.py +++ b/neopi.py @@ -336,7 +336,7 @@ if __name__ == "__main__": tests = [] if options.is_auto: - valid_regex = re.compile('(\.php|\.asp|\.aspx|\.scath|\.bash|\.zsh|\.csh|\.tsch|\.pl|\.py|\.txt|\.cgi|\.cfm)$') + valid_regex = re.compile('(\.php|\.asp|\.aspx|\.scath|\.bash|\.zsh|\.csh|\.tsch|\.pl|\.py|\.txt|\.cgi|\.cfm|\.htaccess)$') if options.is_all: tests.append(LanguageIC()) -- 2.11.4.GIT