Skip to content

Commit 0f40c30

Browse files
committed
add duckdb to gitignore
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent 2fea080 commit 0f40c30

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,6 @@ trace*.pb
242242

243243
# pytest-benchmark output
244244
vortex-python/.benchmarks/
245+
# For local benchmarks website server and things like the WAL
246+
**.duckdb*
247+

REUSE.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SPDX-FileCopyrightText = "Copyright the Vortex contributors"
3636
SPDX-License-Identifier = "CC-BY-4.0"
3737

3838
[[annotations]]
39-
path = ["**/.gitignore", ".gitmodules", ".python-version", "**/*.lock", "**/*.lockfile", "**/*.toml", "**/*.json", ".idea/**", ".github/**", "codecov.yml", "java/gradle/wrapper/gradle-wrapper.properties"]
39+
path = ["**/.gitignore", ".gitmodules", ".python-version", "**/*.lock", "**/*.lockfile", "**/*.toml", "**/*.json", ".idea/**", ".github/**", "codecov.yml", "java/gradle/wrapper/gradle-wrapper.properties", "**.duckdb*"]
4040
precedence = "override"
4141
SPDX-FileCopyrightText = "Copyright the Vortex contributors"
4242
SPDX-License-Identifier = "Apache-2.0"

0 commit comments

Comments
 (0)