mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Add missing .gitignore files.
contrib/pg_stash_advice and src/test/modules/test_shmem missed these, leading to complaints from git after an in-tree check-world run. Use our standard boilerplate list of ignorable subdirectories, although the two modules presently create different subsets of that.
This commit is contained in:
parent
6582010c80
commit
f7da81f68b
2 changed files with 8 additions and 0 deletions
4
contrib/pg_stash_advice/.gitignore
vendored
Normal file
4
contrib/pg_stash_advice/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Generated subdirectories
|
||||
/log/
|
||||
/results/
|
||||
/tmp_check/
|
||||
4
src/test/modules/test_shmem/.gitignore
vendored
Normal file
4
src/test/modules/test_shmem/.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
# Generated subdirectories
|
||||
/log/
|
||||
/results/
|
||||
/tmp_check/
|
||||
Loading…
Reference in a new issue