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"