From 3e7073cab1a1b49b602fed0031be69a8a2f52f54 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 25 Nov 2010 11:09:58 -0500 Subject: [PATCH] Add .cu to text/plain types in src/*_cuda/.htaccess. --- src/logistic_cuda/.htaccess | 2 +- src/matrix_multiplication_cuda/.htaccess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.26.2