You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by xu...@apache.org on 2023/03/16 13:05:37 UTC

[incubator-opendal] branch main updated: chore: make check.sh be executable and update gitignore (#1648)

This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new c131fac4 chore: make check.sh be executable and update gitignore (#1648)
c131fac4 is described below

commit c131fac4298640c2842b849c9c9b2c2f31325a10
Author: sundyli <54...@qq.com>
AuthorDate: Thu Mar 16 06:05:31 2023 -0700

    chore: make check.sh be executable and update gitignore (#1648)
---
 .gitignore       | 2 ++
 scripts/check.sh | 0
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6f1f1a70..c83c9045 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,8 @@ dist/
 # env files for backends
 .env
 
+incubator-opendal-release-verify
+
 # profiling
 flamegraph.svg
 perf.*
diff --git a/scripts/check.sh b/scripts/check.sh
old mode 100644
new mode 100755