diff options
author | Carl Smedstad | 2024-01-28 17:20:58 +0100 |
---|---|---|
committer | Carl Smedstad | 2024-01-28 17:20:58 +0100 |
commit | d68778cde1558a1a8ab5c3cc01aa7fd675477657 (patch) | |
tree | eb2de66e9a4fadbf40131e2ad20af3f1db292aa6 /.gitignore | |
parent | 2f90e055207d551bc555fb9a067743bbfa550129 (diff) | |
download | aur-d68778cde1558a1a8ab5c3cc01aa7fd675477657.tar.gz |
Add .nvchecker.toml to enable checking for new versions with pkgctl
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index f71c635dafda..0df2b70016b9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ * !.gitignore -!PKGBUILD +!.nvchecker.toml !.SRCINFO +!PKGBUILD |