From 1713246e1b3fc651998e824bcda72da75625dd89 Mon Sep 17 00:00:00 2001 From: rajeshkt78 <109729326+rajeshkt78@users.noreply.github.com> Date: Mon, 10 Apr 2023 15:40:20 +0530 Subject: [PATCH] Add build-cdc-* temporary directories to .gitignore (#6841) The CDC decoder buillds different versions of CDC base decoders during the build. Since the source files are copied to the temporay directories, they come in git status for files to be added. So these directories and a temporary CDC TAP test directory(tmpcheck) are added to .gitignore file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 368d568c8..df447746a 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,9 @@ lib*.pc /Makefile.global /src/Makefile.custom /compile_commands.json +/src/backend/distributed/cdc/build-cdc-*/* +/src/test/cdc/tmp_check/* + # temporary files vim creates *.swp