summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Bugzilla/Install/Filesystem.pm1
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 18f2d0a17..7bf2816b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,7 +16,9 @@
/data
/localconfig
/localconfig.*
+/conf/env.conf
/index.html
+/errors/
/error_reports
/.DS_Store
/template_cache
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 2333f18e4..eb750254b 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -475,6 +475,7 @@ sub FILESYSTEM {
);
# Create static error pages.
+ $create_dirs{"errors"} = DIR_CGI_READ;
$create_files{"errors/401.html"} = {
perms => CGI_READ,
overwrite => 1,