diff --git a/modules/htmlout/lib/htmlout.js b/modules/htmlout/lib/htmlout.js
index 9541d272b..c9dd08d9f 100644
--- a/modules/htmlout/lib/htmlout.js
+++ b/modules/htmlout/lib/htmlout.js
@@ -179,8 +179,10 @@ var asNonDirectories = [
*/
var asExtsPlainText = [
"65v",
+ "asm",
"bas",
"hex",
+ "inc",
"map",
"nasm",
"txt"
@@ -231,7 +233,7 @@ var asFilesNonServed = [
"logs",
"node.log",
"node_modules",
- "tests",
+ // "tests", // not sure there's any reason to NOT display /tests, now that this is on GitHub
"tmp",
"users",
"users.log",