mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 01:31:22 -04:00
Add needed .gitignore files in back branches.
v14 and earlier use generated test files, which require being .gitignore'd to avoid git complaints when testing in-tree. Security: CVE-2024-10979
This commit is contained in:
parent
76123ded6e
commit
6bccd7b037
2 changed files with 2 additions and 0 deletions
1
src/pl/plperl/expected/.gitignore
vendored
Normal file
1
src/pl/plperl/expected/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/plperl_env.out
|
||||
1
src/pl/plperl/sql/.gitignore
vendored
Normal file
1
src/pl/plperl/sql/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
/plperl_env.sql
|
||||
Loading…
Reference in a new issue