projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c78abb
)
util: added .mk makefile extension to file_types.py
author
Brad Beckmann
<Brad.Beckmann@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000
(09:15 -0500)
committer
Brad Beckmann
<Brad.Beckmann@amd.com>
Mon, 20 Jul 2015 14:15:18 +0000
(09:15 -0500)
util/file_types.py
patch
|
blob
|
history
diff --git
a/util/file_types.py
b/util/file_types.py
index 14d198bd6483f7619cef678f932dd0c965ff8625..57194c1c81c426fd53a13e49dee3eaa939d990f5 100644
(file)
--- a/
util/file_types.py
+++ b/
util/file_types.py
@@
-30,6
+30,7
@@
lang_types = {
'.el' : "lisp",
'.txt' : "text",
'.tex' : "tex",
+ '.mk' : "make",
}
# languages based on file prefix