You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/05/23 07:58:44 UTC

[iotdb] branch master updated: add tokens in gitignore (#5971)

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

jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new b921f79749 add tokens in gitignore (#5971)
b921f79749 is described below

commit b921f797491bbec15f1aa74df5caff523d827296
Author: Xiangwei Wei <34...@users.noreply.github.com>
AuthorDate: Mon May 23 15:58:38 2022 +0800

    add tokens in gitignore (#5971)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 68d7afef18..6b90b2f1f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -40,6 +40,7 @@ tsfile-jdbc/src/main/resources/output/queryRes.csv
 *.gz
 *.tar.gz
 *.tar
+*.tokens
 #src/test/resources/logback.xml
 
 ### CSV ###