This is an automated email from the ASF dual-hosted git repository. gk pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/turbine-core.git
commit f3a84ed38dd3257c583988f576580fe24c550d9b Author: Georg Kallidis <[email protected]> AuthorDate: Mon Jan 15 12:49:45 2024 +0100 Exclude build meta data to be in VC --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 74171835..db18097e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,10 @@ target maven.log velocity.log* + +maven-eclipse.xml +*.iml + *~ .classpath .project
