From 234df62106ff6f1b974347959d8cae426b794657 Mon Sep 17 00:00:00 2001 From: rajeshkt78 <109729326+rajeshkt78@users.noreply.github.com> Date: Tue, 11 Apr 2023 08:54:43 +0530 Subject: [PATCH] Add build-cdc-* temporary directories to .gitignore (#6842) 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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 368d568c8..e83d4ce8e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,8 @@ 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