gitignore: Fix duplicates and typos
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m15s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m29s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m7s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m30s
CI / Packaging test (push) Successful in 0s

conf/templates/gitignore contains duplicates (local.mk) and typos
(-test-out.txt). Fix them and run make gitignore again.

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-09-14 00:58:05 +02:00
commit 974257eac0
Signed by: Jan Lindemann
GPG key ID: 3750640C9E25DD61
2 changed files with 6 additions and 5 deletions

8
.gitignore vendored
View file

@ -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

View file

@ -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}