aboutsummaryrefslogtreecommitdiffstats
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index e17ea00b2..75b3e7a81 100644
--- a/.htaccess
+++ b/.htaccess
@@ -2,7 +2,7 @@
Options -Indexes
AddType application/x-java-archive .jar
-<FilesMatch "\.out">
+<FilesMatch "\.(out|log|git)$">
Deny from all
</FilesMatch>