Add .wav to ignored files

This commit is contained in:
Jesse Hills 2024-08-20 13:17:22 +12:00
parent 47c68c8aef
commit ab8ac8707b
No known key found for this signature in database
GPG key ID: BEAAE804EFD8E83A

View file

@ -58,7 +58,7 @@ file_types = (
)
cpp_include = ("*.h", "*.c", "*.cpp", "*.tcc")
py_include = ("*.py",)
ignore_types = (".ico", ".png", ".woff", ".woff2", "", ".ttf", ".otf")
ignore_types = (".ico", ".png", ".woff", ".woff2", "", ".ttf", ".otf", ".wav")
LINT_FILE_CHECKS = []
LINT_CONTENT_CHECKS = []