mirror of https://github.com/citusdata/citus.git
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.release-11.3-ozan
parent
5dd08835df
commit
234df62106
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue