diff options
| author | kj-sh604 | 2025-05-27 01:45:17 -0400 |
|---|---|---|
| committer | kj-sh604 | 2025-05-27 01:45:17 -0400 |
| commit | f1aa1826e4b1a7e80da18cdea4b223573057767d (patch) | |
| tree | 4ecafe51ea8ab5c7353244fdd3bae9db123f6d56 | |
| parent | 3c3d9dfe88de3ec98ef4a0c2943aac5fc8cd6680 (diff) | |
refactor: update `.gitignore`s
| -rw-r--r-- | coreutils-hybrid/.gitignore | 5 | ||||
| -rw-r--r-- | coreutils-uutils-selinux/.gitignore | 5 | ||||
| -rw-r--r-- | coreutils-uutils/.gitignore | 5 |
3 files changed, 3 insertions, 12 deletions
diff --git a/coreutils-hybrid/.gitignore b/coreutils-hybrid/.gitignore index 6b2b2ea..8d78c83 100644 --- a/coreutils-hybrid/.gitignore +++ b/coreutils-hybrid/.gitignore @@ -1,6 +1,3 @@ pkg/ src/ -*.tar -*.tar.zst -*.tar.gz -*.tar.xz +*.tar* diff --git a/coreutils-uutils-selinux/.gitignore b/coreutils-uutils-selinux/.gitignore index 6b2b2ea..8d78c83 100644 --- a/coreutils-uutils-selinux/.gitignore +++ b/coreutils-uutils-selinux/.gitignore @@ -1,6 +1,3 @@ pkg/ src/ -*.tar -*.tar.zst -*.tar.gz -*.tar.xz +*.tar* diff --git a/coreutils-uutils/.gitignore b/coreutils-uutils/.gitignore index 6b2b2ea..8d78c83 100644 --- a/coreutils-uutils/.gitignore +++ b/coreutils-uutils/.gitignore @@ -1,6 +1,3 @@ pkg/ src/ -*.tar -*.tar.zst -*.tar.gz -*.tar.xz +*.tar* |
