summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--.nvchecker.toml5
2 files changed, 7 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ae386c0252e8..2a9d196f7cab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
*
!.gitignore
-!PKGBUILD
+!.nvchecker.toml
!.SRCINFO
+!PKGBUILD
!CHANGELOG
!remove-werror.patch
!fix-catch-glibc-compatibility.patch
diff --git a/.nvchecker.toml b/.nvchecker.toml
new file mode 100644
index 000000000000..6e60d257f76f
--- /dev/null
+++ b/.nvchecker.toml
@@ -0,0 +1,5 @@
+[fuzzylite]
+source = "github"
+github = "fuzzylite/fuzzylite"
+prefix = "v"
+use_latest_release = true