From: W. Trevor King Date: Thu, 25 Nov 2010 16:09:58 +0000 (-0500) Subject: Add .cu to text/plain types in src/*_cuda/.htaccess. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3e7073cab1a1b49b602fed0031be69a8a2f52f54;p=parallel_computing.git Add .cu to text/plain types in src/*_cuda/.htaccess. --- diff --git a/src/logistic_cuda/.htaccess b/src/logistic_cuda/.htaccess index 8cb957a..e36d76a 100644 --- a/src/logistic_cuda/.htaccess +++ b/src/logistic_cuda/.htaccess @@ -1 +1 @@ -AddType text/plain .c .h +AddType text/plain .c .cu .h diff --git a/src/matrix_multiplication_cuda/.htaccess b/src/matrix_multiplication_cuda/.htaccess index 8cb957a..e36d76a 100644 --- a/src/matrix_multiplication_cuda/.htaccess +++ b/src/matrix_multiplication_cuda/.htaccess @@ -1 +1 @@ -AddType text/plain .c .h +AddType text/plain .c .cu .h