diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-12-21 11:50:41 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-12-21 11:50:41 -0500 |
commit | 0590480132bf5db7383a90a29e7b3e29a2a4743a (patch) | |
tree | 2ac7decc4f7ea95d36ded1904a2fd13847464fa5 /src | |
parent | a0ff37173d7d412d53bc299fc611068be3bc7060 (diff) | |
download | postgresql-0590480132bf5db7383a90a29e7b3e29a2a4743a.tar.gz postgresql-0590480132bf5db7383a90a29e7b3e29a2a4743a.zip |
pg_combinebackup's .gitignore file is incomplete.
Oversight in commit dc2123400, evidently.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_combinebackup/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/pg_combinebackup/.gitignore b/src/bin/pg_combinebackup/.gitignore index d7e617438c4..f860b25dd99 100644 --- a/src/bin/pg_combinebackup/.gitignore +++ b/src/bin/pg_combinebackup/.gitignore @@ -1 +1,3 @@ pg_combinebackup + +/tmp_check/ |