|
@@ -47,6 +47,14 @@ test scripts rely on this)
|
|
|
|
|
|
import os
|
|
import os
|
|
|
|
|
|
|
|
+# -------------------------------------------------------------------------------
|
|
|
|
+# Files to ignore (with reason)
|
|
|
|
+#
|
|
|
|
+# pond.0.ply - loads with 40k identical triangles, causing postprocessing
|
|
|
|
+# to have quadratic runtime.
|
|
|
|
+# -------------------------------------------------------------------------------
|
|
|
|
+files_to_ignore = ["pond.0.ply"]
|
|
|
|
+
|
|
# -------------------------------------------------------------------------------
|
|
# -------------------------------------------------------------------------------
|
|
# List of file extensions to be excluded from the regression suite
|
|
# List of file extensions to be excluded from the regression suite
|
|
# File extensions are case insensitive
|
|
# File extensions are case insensitive
|