From c01507a91b1969cf788e57a82191de7a88654fe9 Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Wed, 24 Mar 2021 13:04:14 +0300 Subject: [PATCH] Remove columnar/.gitignore (#4825) --- src/backend/columnar/.gitignore | 68 --------------------------------- 1 file changed, 68 deletions(-) delete mode 100644 src/backend/columnar/.gitignore diff --git a/src/backend/columnar/.gitignore b/src/backend/columnar/.gitignore deleted file mode 100644 index 6b3554f3b..000000000 --- a/src/backend/columnar/.gitignore +++ /dev/null @@ -1,68 +0,0 @@ -# ===== -# = C = -# ===== - -# Object files -*.o -*.ko -*.obj -*.elf -*.bc - -# Libraries -*.lib -*.a - -# Shared objects (inc. Windows DLLs) -*.dll -*.so -*.so.* -*.dylib - -# Executables -*.exe -*.app -*.i*86 -*.x86_64 -*.hex - -# ======== -# = Gcov = -# ======== - -# gcc coverage testing tool files - -*.gcno -*.gcda -*.gcov - -# ==================== -# = Project-Specific = -# ==================== - -/data/*.cstore -/data/*.footer - -/sql/*block_filtering.sql -/sql/*copyto.sql -/sql/*create.sql -/sql/*data_types.sql -/sql/*load.sql - -/expected/*block_filtering.out -/expected/*copyto.out -/expected/*create.out -/expected/*data_types.out -/expected/*load.out -/results/* -/.deps/* -/regression.diffs -/regression.out -.vscode - -*.pb-c.* - -# ignore files that could be created by circleci automation -files.lst -install-*.tar -install-*/