From 3a58f72f876d5afda18cd835388449dd37ba6cc8 Mon Sep 17 00:00:00 2001 From: AlphaLynx Date: Fri, 2 Jan 2026 22:46:43 -0500 Subject: [PATCH] chore: standardize REUSE.toml annotations, remove .gitignore --- .gitignore | 9 --------- REUSE.toml | 13 ++++++++++++- 2 files changed, 12 insertions(+), 10 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 195b7d592049..000000000000 --- a/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -* -!.gitignore -!.nvchecker.toml -!.SRCINFO -!PKGBUILD -!LICENSE -!LICENSES/ -!LICENSES/* -!REUSE.toml diff --git a/REUSE.toml b/REUSE.toml index ab19da2878bf..85017554fad0 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -3,9 +3,20 @@ version = 1 [[annotations]] path = [ "PKGBUILD", + "README.md", + "keys/**", ".SRCINFO", - ".gitignore", ".nvchecker.toml", + "*.install", + "*.sysusers", + "*.tmpfiles", + "*.logrotate", + "*.pam", + "*.service", + "*.socket", + "*.timer", + "*.desktop", + "*.hook", ] SPDX-FileCopyrightText = "Arch Linux contributors" SPDX-License-Identifier = "0BSD"