aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index eb30198bb..e17ea00b2 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,6 +2,10 @@
Options -Indexes
AddType application/x-java-archive .jar
+<FilesMatch "\.out">
+Deny from all
+</FilesMatch>
+
<IfModule mod_rewrite.c>
RewriteEngine on