gitignore: Fix duplicates and typos #107

Merged
Jan Lindemann merged 1 commit from jan/fix/20260914-gitignore-fix-duplicates-and-typos into master 2026-09-14 21:22:16 +02:00 AGit
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}