From 974257eac031240952bfa4dc6096c0d04212c9e8 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 14 Sep 2026 00:58:05 +0200 Subject: [PATCH] gitignore: Fix duplicates and typos conf/templates/gitignore contains duplicates (local.mk) and typos (-test-out.txt). Fix them and run make gitignore again. Signed-off-by: Jan Lindemann --- .gitignore | 8 +++++--- conf/templates/gitignore | 3 +-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index b903490e..bb98da71 100644 --- a/.gitignore +++ b/.gitignore @@ -19,8 +19,8 @@ *_generated_* *tmp* *~ --test-out.txt .cache-project.mk +.cache-projects.mk .exrc .feedfs_history .gdb_history @@ -44,12 +44,14 @@ local.mk local.mk local.yaml make/*.pc +make/ssh-wrapper.sh mkspec.sh pr-descr*.txt pre-local.mk pyproject.toml pyrightconfig.json +test-out.txt +test/integration/jw-pkg/projects/cache/test-pyproject.toml +test/integration/jw-pkg/projects/cache/test-pyrightconfig.json !*.jw-tmpl !*.tmpl -.cache-projects.mk -make/ssh-wrapper.sh diff --git a/conf/templates/gitignore b/conf/templates/gitignore index 9d297dbe..a64843f4 100644 --- a/conf/templates/gitignore +++ b/conf/templates/gitignore @@ -20,7 +20,6 @@ *_generated_* *tmp* *~ --test-out.txt .cache-project.mk .exrc .feedfs_history @@ -42,7 +41,6 @@ dist ld-*.conf local.conf local.mk -local.mk local.yaml make/*.pc mkspec.sh @@ -50,6 +48,7 @@ pr-descr*.txt pre-local.mk pyproject.toml pyrightconfig.json +test-out.txt !*.jw-tmpl !*.tmpl {end}