This is an automated email from the ASF dual-hosted git repository.
xxyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git
The following commit(s) were added to refs/heads/master by this push:
new f21fe28 KYLIN-4572 Add "build/VERSION" to .gitignore
f21fe28 is described below
commit f21fe28bafa6223759b3e82a0af0fa257ba84394
Author: Guangxu Cheng <[email protected]>
AuthorDate: Mon Jun 15 16:42:06 2020 +0800
KYLIN-4572 Add "build/VERSION" to .gitignore
---
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 9a9ab5c..e9159b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -79,6 +79,8 @@ webapp/CHANGELOG.md
# package file
build/tomcat
build/lib
+build/VERSION
+
*.tgz
*.tar.gz
webapp/app/components/*