A tool to clean up sysroots for Linux embedded devices to save storage space.
Go to file
Matteo Settenvini 344e16cf0f
feat(list): add allow and blocklist handling
This uses the .gitignore format to identify
which files should be allowed / blocked.

The allowlist gets precedence over the blocklist
if both are specified.
2025-01-26 14:55:26 +01:00
LICENSES Initial skeleton 2025-01-24 22:00:18 +01:00
src feat(list): add allow and blocklist handling 2025-01-26 14:55:26 +01:00
.editorconfig Initial skeleton 2025-01-24 22:00:18 +01:00
.gitignore feat(cleaners): add main async runner 2025-01-25 02:32:21 +01:00
.pre-commit-config.yaml Initial skeleton 2025-01-24 22:00:18 +01:00
Cargo.lock feat(list): add allow and blocklist handling 2025-01-26 14:55:26 +01:00
Cargo.lock.license Initial skeleton 2025-01-24 22:00:18 +01:00
Cargo.toml feat(list): add allow and blocklist handling 2025-01-26 14:55:26 +01:00
README.md Initial skeleton 2025-01-24 22:00:18 +01:00
build.rs Initial skeleton 2025-01-24 22:00:18 +01:00
rust-toolchain.toml Initial skeleton 2025-01-24 22:00:18 +01:00

README.md

[//]: # SPDX-FileCopyrightText: Matteo Settenvini matteo.settenvini@montecristosoftware.eu

[//]: # SPDX-License-Identifier: CC-BY-SA-4.0

Sysroot Cleaner

A tool to clean up sysroots for Linux embedded devices to save storage space.