Skip to content

Commit c90ceac

Browse files
committed
gitignore: Ignore ldbc-graphalytics-data in subdirs too.
If you run this benchmark from the root of the tree, the data ends up under the root. If you run it from `crates/dbsp`, it ends up under there. Ignore it either way. Signed-off-by: Ben Pfaff <blp@feldera.com>
1 parent 61b376a commit c90ceac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ lcov.info
3131

3232
benches/galen_data/
3333
benches/gdelt-data/
34-
benches/ldbc-graphalytics-data/
34+
**/benches/ldbc-graphalytics-data/
3535

3636
nexmark_results.csv
3737
nexmark_comment.txt

0 commit comments

Comments
 (0)