mirror of
https://github.com/postgres/postgres.git
synced 2026-03-09 09:40:40 -04:00
Make modules/test_ddl_deparse/.gitignore match its siblings.
Not sure why /tmp_check/ was omitted from this one, but even if it isn't really needed right now, it's inconsistent not to include it.
This commit is contained in:
parent
6101524925
commit
642ae4ee7d
1 changed files with 2 additions and 0 deletions
2
src/test/modules/test_ddl_deparse/.gitignore
vendored
2
src/test/modules/test_ddl_deparse/.gitignore
vendored
|
|
@ -1,2 +1,4 @@
|
|||
# Generated subdirectories
|
||||
/log/
|
||||
/results/
|
||||
/tmp_check/
|
||||
|
|
|
|||
Loading…
Reference in a new issue