Re-enable LWS for regression testing (original reason no longer applies), blacklist some material file format otherwise causing noise.

pull/515/head
Alexander Gessler 2015-03-28 13:18:06 +01:00 committed by Alexander Gessler
parent e5d4f537bd
commit fcdefc7b16
1 changed files with 2 additions and 2 deletions

View File

@ -60,9 +60,9 @@ files_to_ignore = ["pond.0.ply"]
# File extensions are case insensitive
# -------------------------------------------------------------------------------
exclude_extensions = [
".lws", ".assbin", ".assxml", ".txt", ".md",
".assbin", ".assxml", ".txt", ".md",
".jpeg", ".jpg", ".png", ".gif", ".tga", ".bmp",
".skeleton", ".skeleton.xml", ".license"
".skeleton", ".skeleton.xml", ".license", ".mtl", ".material"
]
# -------------------------------------------------------------------------------