From 32625138b1f2d0808ad56c8d6f1f557ba152313f Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Tue, 20 Sep 2011 17:17:29 +0200 Subject: [PATCH] add .cxx as extension for c source files --- src/sampleconf/mimemap | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sampleconf/mimemap b/src/sampleconf/mimemap index bfdf4d28..04948692 100644 --- a/src/sampleconf/mimemap +++ b/src/sampleconf/mimemap @@ -15,6 +15,7 @@ .h = text/x-c .c = text/x-c .cc = text/x-c +.cxx = text/x-c .py = text/x-python .awk = application/x-awk .pl = application/x-perl