xref: /illumos-gate/exception_lists/utf8check (revision a7cee4e9766ebda975dd156d1f10a70f51c242f0)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright 2025 Richard Lowe
14#
15
16syntax: glob
17
18# Obvious binaries
19*.Z
20*.au
21*.bin
22*.bz2
23*.dll
24*.gif
25*.gz
26*.iscii
27*.png
28*.snoop
29*.ucode
30*.elf
31
32#
33# Specific carve-outs, you would ideally add no more of these
34#
35
36usr/src/cmd/eqn/eqnchar.d/iso   # Intentionally Latin-1
37usr/src/data/hwdata/usb.ids	# One of the HID codes
38usr/src/data/perfmon/readme.txt # Loudly windows-style text from upstream
39
40# Test data
41usr/src/test/util-tests/tests/cpio/files/zero.bar
42usr/src/test/util-tests/tests/pcieadm/bridge.pci
43usr/src/test/util-tests/tests/pcieadm/igb.pci
44
45# Firmware
46usr/src/cmd/luxadm/ibfirmware
47usr/src/uts/common/io/mwl/mwl_fw/mw88W8363
48usr/src/uts/common/io/mwl/mwl_fw/mwlboot
49
50# Microcode
51usr/src/data/ucode/*
52
53# Innately latin-1 keytables
54usr/src/cmd/loadkeys/*
55
56# 3rd party sources aren't checked
57usr/src/grub/*
58usr/src/contrib/*
59
60# awk tests contain much intentionally weird data
61usr/src/test/util-tests/tests/awk/*
62