gitignore: Fix duplicates and typos #107
2 changed files with 6 additions and 5 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -19,8 +19,8 @@
|
||||||
*_generated_*
|
*_generated_*
|
||||||
*tmp*
|
*tmp*
|
||||||
*~
|
*~
|
||||||
-test-out.txt
|
|
||||||
.cache-project.mk
|
.cache-project.mk
|
||||||
|
.cache-projects.mk
|
||||||
.exrc
|
.exrc
|
||||||
.feedfs_history
|
.feedfs_history
|
||||||
.gdb_history
|
.gdb_history
|
||||||
|
|
@ -44,12 +44,14 @@ local.mk
|
||||||
local.mk
|
local.mk
|
||||||
local.yaml
|
local.yaml
|
||||||
make/*.pc
|
make/*.pc
|
||||||
|
make/ssh-wrapper.sh
|
||||||
mkspec.sh
|
mkspec.sh
|
||||||
pr-descr*.txt
|
pr-descr*.txt
|
||||||
pre-local.mk
|
pre-local.mk
|
||||||
pyproject.toml
|
pyproject.toml
|
||||||
pyrightconfig.json
|
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
|
!*.jw-tmpl
|
||||||
!*.tmpl
|
!*.tmpl
|
||||||
.cache-projects.mk
|
|
||||||
make/ssh-wrapper.sh
|
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
*_generated_*
|
*_generated_*
|
||||||
*tmp*
|
*tmp*
|
||||||
*~
|
*~
|
||||||
-test-out.txt
|
|
||||||
.cache-project.mk
|
.cache-project.mk
|
||||||
.exrc
|
.exrc
|
||||||
.feedfs_history
|
.feedfs_history
|
||||||
|
|
@ -42,7 +41,6 @@ dist
|
||||||
ld-*.conf
|
ld-*.conf
|
||||||
local.conf
|
local.conf
|
||||||
local.mk
|
local.mk
|
||||||
local.mk
|
|
||||||
local.yaml
|
local.yaml
|
||||||
make/*.pc
|
make/*.pc
|
||||||
mkspec.sh
|
mkspec.sh
|
||||||
|
|
@ -50,6 +48,7 @@ pr-descr*.txt
|
||||||
pre-local.mk
|
pre-local.mk
|
||||||
pyproject.toml
|
pyproject.toml
|
||||||
pyrightconfig.json
|
pyrightconfig.json
|
||||||
|
test-out.txt
|
||||||
!*.jw-tmpl
|
!*.jw-tmpl
|
||||||
!*.tmpl
|
!*.tmpl
|
||||||
{end}
|
{end}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue