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
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:
parent
58cb969aaa
commit
974257eac0
2 changed files with 6 additions and 5 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue