mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
16 lines
483 B
TOML
16 lines
483 B
TOML
# This is a blacklist file. Any packages listed here won't be
|
|
# upgraded, removed, or installed by slpkg.
|
|
|
|
# Add packages and separate them with commas.
|
|
# Support for Unix shell-style wildcards:
|
|
# '*' matches everything
|
|
# '?' matches any single character
|
|
# '[seq]' matches any character in seq
|
|
# '[!seq]' matches any character not in seq
|
|
# See: https://docs.python.org/3.9/library/fnmatch.html
|
|
|
|
# Example: PACKAGES = ["package", "package*", "[package]"].
|
|
|
|
[BLACKLIST]
|
|
|
|
PACKAGES = []
|