Add another temporary directory to be ignored during tests.

This commit is contained in:
Roberto Rosario
2016-11-03 15:49:28 -04:00
parent 12e500e55d
commit 877772f80d

View File

@@ -34,7 +34,7 @@ class ContentTypeCheckMixin(object):
class TempfileCheckMixin(object):
# Ignore the jvmstat instrumentation and GitLab's CI .config files
ignore_globs = ('hsperfdata_*', '.config')
ignore_globs = ('hsperfdata_*', '.config', '.cache')
def _get_temporary_entries(self):
ignored_result = []