diff options
author | Mark Wagie | 2025-03-03 10:08:43 -0700 |
---|---|---|
committer | Mark Wagie | 2025-03-03 10:08:43 -0700 |
commit | 73871c5bbf702354b2d82a77bd5088b93c21cc2c (patch) | |
tree | d172fc2260bde5cfebf79877dc3065feef0a8663 /.gitignore | |
parent | f28bf47850ac0f6068f134d21e0af941736fde92 (diff) | |
download | aur-73871c5bbf702354b2d82a77bd5088b93c21cc2c.tar.gz |
correct upstream license, add LICENSE
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4d685a41c137..1953687bfc79 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,10 @@ # Ignore everything -* +/* # But not these files... !.gitignore !PKGBUILD !.SRCINFO +!.nvchecker.toml +!LICENSE !lto.patch |