You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kvrocks.apache.org by hu...@apache.org on 2022/06/14 11:14:33 UTC

[incubator-kvrocks] branch unstable updated: Ignore build directory in .gitignore to avoid committing unused build files (#632)

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

hulk pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/incubator-kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new b1eb17f  Ignore build directory in .gitignore to avoid committing unused build files (#632)
b1eb17f is described below

commit b1eb17f0228b40244694b308639a8876c90444ba
Author: Jinze Wu <29...@qq.com>
AuthorDate: Tue Jun 14 19:14:29 2022 +0800

    Ignore build directory in .gitignore to avoid committing unused build files (#632)
    
    Co-authored-by: jinzewu <ji...@tencent.com>
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 10eeeb2..a3c4eb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,4 +44,4 @@ Makefile.dep
 make_config.mk
 .vscode
 kvrocks2redis
-
+build