diff options
| author | Tom Lane | 2022-03-30 23:59:33 +0000 |
|---|---|---|
| committer | Tom Lane | 2022-03-30 23:59:44 +0000 |
| commit | f8e0d900afed933d8f5d3f189fdb141924a8e518 (patch) | |
| tree | 3504e31799da124ce351f7235951520adf01b4ef /contrib | |
| parent | db0d67db2401eb6238ccc04c6407a4fd4f985832 (diff) | |
Add .gitignore for basebackup_to_shell.
Nathan Bossart
Discussion: https://postgr.es/m/20220330223531.GA134543@nathanxps13
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/basebackup_to_shell/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/basebackup_to_shell/.gitignore b/contrib/basebackup_to_shell/.gitignore new file mode 100644 index 00000000000..5dcb3ff9723 --- /dev/null +++ b/contrib/basebackup_to_shell/.gitignore @@ -0,0 +1,4 @@ +# Generated subdirectories +/log/ +/results/ +/tmp_check/ |
