[llvm-branch-commits] [polly] r183378 - Remove .htaccess file
Tobias Grosser
grosser at fim.uni-passau.de
Wed Jun 5 19:49:14 PDT 2013
Author: grosser
Date: Wed Jun 5 21:48:26 2013
New Revision: 183378
URL: http://llvm.org/viewvc/llvm-project?rev=183378&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.
Merged from: https://llvm.org/svn/llvm-project/polly/trunk@182370
Removed:
polly/branches/release_33/www/experiments/matmul/.htaccess
Removed: polly/branches/release_33/www/experiments/matmul/.htaccess
URL: http://llvm.org/viewvc/llvm-project/polly/branches/release_33/www/experiments/matmul/.htaccess?rev=183377&view=auto
==============================================================================
--- polly/branches/release_33/www/experiments/matmul/.htaccess (original)
+++ polly/branches/release_33/www/experiments/matmul/.htaccess (removed)
@@ -1 +0,0 @@
-Options +Indexes
More information about the llvm-branch-commits
mailing list