<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -196,6 +196,7 @@ def htmlify(text):
 def code_for_filename(filename):
     ext_to_classname = { 
         &quot;.cpp&quot; : &quot;cpp&quot;,
+        &quot;.cc&quot; : &quot;cpp&quot;,
         &quot;.h&quot; : &quot;cpp&quot;,
         &quot;.c&quot; : &quot;cpp&quot;}
     for ext in ext_to_classname.keys():
@@ -234,7 +235,7 @@ def dofile(srcpath):
     write(dstpath, hdr + html + ftr)
 
 def issourcecodefile(path):
-    for ext in [&quot;.cpp&quot;, &quot;.c&quot;, &quot;.h&quot;, &quot;makefile&quot;]:
+    for ext in [&quot;.cpp&quot;, &quot;.cc&quot;, &quot;.c&quot;, &quot;.h&quot;, &quot;makefile&quot;]:
         if path.endswith(ext): return True
     return False
 </diff>
      <filename>extremeoptimizations/tools/rebuild.py</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ab6fd69a76435a32542c8d7bb511c08a04d6d19e</id>
    </parent>
  </parents>
  <author>
    <name>Krzysztof Kowalczyk</name>
    <email>kkowalczyk@gmail.com</email>
  </author>
  <url>http://github.com/kjk/web-blog/commit/b8ee607d141e07c6a97d02ec06e139ee969b2356</url>
  <id>b8ee607d141e07c6a97d02ec06e139ee969b2356</id>
  <committed-date>2009-09-05T00:50:08-07:00</committed-date>
  <authored-date>2009-09-05T00:50:08-07:00</authored-date>
  <message>make .cc a recognizable source code suffix</message>
  <tree>9ce706befbe21d6ec0b9ee7143b117fde82e60ea</tree>
  <committer>
    <name>Krzysztof Kowalczyk</name>
    <email>kkowalczyk@gmail.com</email>
  </committer>
</commit>
