util: added .cl OpenCL extension to file_type.py

This commit is contained in:
Brad Beckmann 2015-07-20 09:15:18 -05:00
parent d87fe7b3f4
commit 9560893f0d

View file

@ -3,6 +3,7 @@ import os
# lanuage type for each file extension
lang_types = {
'.c' : "C",
'.cl' : "C",
'.h' : "C",
'.cc' : "C++",
'.hh' : "C++",