This is an automated email from the ASF dual-hosted git repository.
chunwei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/main by this push:
new 2e446f2a8a [CALCITE-5111] jekyll-cache directory should be ignored by
git
2e446f2a8a is described below
commit 2e446f2a8a63aeff2513dcb1528664a4335956f2
Author: Benchao Li <[email protected]>
AuthorDate: Mon Apr 25 22:33:24 2022 +0800
[CALCITE-5111] jekyll-cache directory should be ignored by git
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 7ae65b6a83..0602bdcdd1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,6 +24,7 @@
/example/*/build
/buildSrc/build
/buildSrc/subprojects/*/build
+/site/.jekyll-cache
# IDEA
/out