[polly] r182370 - Remove .htaccess file
Tobias Grosser
grosser at fim.uni-passau.de
Tue May 21 04:58:47 PDT 2013
Author: grosser
Date: Tue May 21 06:58:47 2013
New Revision: 182370
URL: http://llvm.org/viewvc/llvm-project?rev=182370&view=rev
Log:
Remove .htaccess file
It was initially committed to allow people to get a list of the files used
or generated in the matmul tutorial. Since the documentation does now
point people to the directory in their git checkout, it is not necessary anymore
to make a directory listing available. Especially, as this never worked and
recently the LLVM web server does not deliver files in this directory at all
due to the unsupported .htaccess file.
Removed:
polly/trunk/www/experiments/matmul/.htaccess
Removed: polly/trunk/www/experiments/matmul/.htaccess
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/experiments/matmul/.htaccess?rev=182369&view=auto
==============================================================================
--- polly/trunk/www/experiments/matmul/.htaccess (original)
+++ polly/trunk/www/experiments/matmul/.htaccess (removed)
@@ -1 +0,0 @@
-Options +Indexes
More information about the llvm-commits
mailing list