This is an automated email from the ASF dual-hosted git repository.
csy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/auron.git
The following commit(s) were added to refs/heads/master by this push:
new a737fbf3 [AURON #1528] Add `auron-build-info.properties` to
`.gitignore` (#1528)
a737fbf3 is described below
commit a737fbf3e6c6a1a256a7fe411e63da6e270d6f7a
Author: cxzl25 <[email protected]>
AuthorDate: Tue Oct 28 23:45:52 2025 +0800
[AURON #1528] Add `auron-build-info.properties` to `.gitignore` (#1528)
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index d63f6142..f2d560d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,6 @@ spark-extension/src/generated-sources
native-engine/_build
/target-docker/
+
+# exclude org.apache.auron.common.AuronBuildInfo
+common/src/main/resources/auron-build-info.properties